Skip to content

Commit ebc2f79

Browse files
committed
fixed CS
1 parent 0047b27 commit ebc2f79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Matcher/Dumper/PhpMatcherDumper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ private function buildStaticPrefixCollection(DumperCollection $collection)
182182
*
183183
* @param StaticPrefixCollection $collection A StaticPrefixCollection instance
184184
* @param bool $supportsRedirections Whether redirections are supported by the base class
185-
* @param string $ifOrElseIf Either "if" or "elseif" to influence chaining.
185+
* @param string $ifOrElseIf either "if" or "elseif" to influence chaining
186186
*
187187
* @return string PHP code
188188
*/

Matcher/Dumper/StaticPrefixCollection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ private function shouldBeInlined()
225225
*
226226
* @param string $prefix
227227
*
228-
* @throws \LogicException When a prefix does not belong in a group.
228+
* @throws \LogicException when a prefix does not belong in a group
229229
*/
230230
private function guardAgainstAddingNotAcceptedRoutes($prefix)
231231
{

0 commit comments

Comments
 (0)