Skip to content

Commit

Permalink
Php8.4 support - Reverting changes
Browse files Browse the repository at this point in the history
Signed-off-by: Atul-glo35265 <[email protected]>
  • Loading branch information
Atul-glo35265 committed Nov 13, 2024
1 parent 5d3dfe2 commit f0f82e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/AutoDiscover.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

use const ENT_QUOTES;

final class AutoDiscover
class AutoDiscover
{
/** @var string */
protected $serviceName;
Expand Down
2 changes: 0 additions & 2 deletions test/AutoDiscoverTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -1464,9 +1464,7 @@ public function testHandle()

ob_start();
$this->server->handle();

$actualWsdl = ob_get_clean();

$this->assertNotEmpty($actualWsdl, "WSDL content was not outputted.");
$this->assertStringContainsString($scriptUri, $actualWsdl, "Script URL was not found in WSDL content.");
}
Expand Down

0 comments on commit f0f82e4

Please sign in to comment.