Skip to content

Commit

Permalink
clean
Browse files Browse the repository at this point in the history
  • Loading branch information
fezfez committed Dec 4, 2024
1 parent 112f975 commit ff4db62
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/Client/CommonHttpTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ protected function setUp(): void
$this->baseuri .= '/';
}

$name = $this->getName();
$name = $this->toString();
if (($pos = strpos($name, ' ')) !== false) {
$name = substr($name, 0, $pos);
}
Expand Down

0 comments on commit ff4db62

Please sign in to comment.