mirror of
https://github.com/retailcrm/NelmioApiDocBundle.git
synced 2025-02-09 02:59:27 +03:00
Merge branch '3.x'
This commit is contained in:
commit
909a7934b4
@ -111,7 +111,7 @@ final class FilteredRouteCollectionBuilder
|
||||
}
|
||||
}
|
||||
|
||||
return 0 === count($this->options['name_patterns']);
|
||||
return 0 === count($this->options['name_patterns']);
|
||||
}
|
||||
|
||||
private function matchAnnotation(Route $route): bool
|
||||
|
@ -18,5 +18,7 @@ class Bar
|
||||
{
|
||||
public $things;
|
||||
|
||||
public function addThing(array $thing) { }
|
||||
public function addThing(array $thing)
|
||||
{
|
||||
}
|
||||
}
|
||||
|
@ -255,6 +255,6 @@ class FilteredRouteCollectionBuilderTest extends TestCase
|
||||
);
|
||||
}
|
||||
|
||||
return new ControllerReflector(new Container());
|
||||
return new ControllerReflector(new Container());
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user