File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ private function buildStaticPrefixCollection(DumperCollection $collection)
182
182
*
183
183
* @param StaticPrefixCollection $collection A StaticPrefixCollection instance
184
184
* @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
186
186
*
187
187
* @return string PHP code
188
188
*/
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ private function shouldBeInlined()
225
225
*
226
226
* @param string $prefix
227
227
*
228
- * @throws \LogicException When a prefix does not belong in a group.
228
+ * @throws \LogicException when a prefix does not belong in a group
229
229
*/
230
230
private function guardAgainstAddingNotAcceptedRoutes ($ prefix )
231
231
{
You can’t perform that action at this time.
0 commit comments