Skip to content

Commit bdc6a7d

Browse files
committed
CS fix.
Signed-off-by: Jason Lewis <[email protected]>
1 parent 0e34396 commit bdc6a7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Routing/ControllerInspector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class ControllerInspector extends IlluminateControllerInspector
1515
protected $unroutable = ['getThrottles', 'getRateLimit', 'getScopes', 'getAuthenticationProviders'];
1616

1717
/**
18-
* {@inheritDoc}
18+
* {@inheritdoc}
1919
*/
2020
public function isRoutable(ReflectionMethod $method)
2121
{

0 commit comments

Comments
 (0)