Skip to content

Commit

Permalink
Merge pull request #2741 from neos/analysis-ADaKAN
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
kdambekalns authored Mar 15, 2022
2 parents cdd8c8a + 6101721 commit 111d89c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Neos.Flow/Tests/Unit/Mvc/Routing/UriBuilderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -972,7 +972,6 @@ public function withArgumentsReturnsANewInstanceWithSpecifiedArguments(): void
*/
public function withArgumentsReturnsTheSameInstanceIfArgumentsMatch(): void
{

self::assertSame($this->uriBuilder, $this->uriBuilder->withArguments([]));

$uriBuilderWithArguments = $this->uriBuilder->withArguments(['foo' => 'bar']);
Expand Down

0 comments on commit 111d89c

Please sign in to comment.