Skip to content

Commit 4259b47

Browse files
committed
style: run cs-fix for happy code style
1 parent d8953ad commit 4259b47

File tree

1 file changed

+2
-2
lines changed
  • user_guide_src/source/incoming/routing

1 file changed

+2
-2
lines changed

user_guide_src/source/incoming/routing/071.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
// Retrieve the method name being executed in the controller for the current request.
1212
$method = $router->methodName();
1313

14-
echo "Current Controller: " . $controller . "<br>";
15-
echo "Current Method: " . $method;
14+
echo 'Current Controller: ' . $controller . '<br>';
15+
echo 'Current Method: ' . $method;

0 commit comments

Comments
 (0)