Completed
Pull Request — master (#5)
by Anton
02:24
created
application/modules/test/controllers/route-with-param.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -20,7 +20,7 @@
 block discarded – undo
20 20
  * @param string $a
21 21
  * @return false
22 22
  */
23
-return function ($a = '42') {
23
+return function($a = '42') {
24 24
     /**
25 25
      * @var Controller $this
26 26
      */
Please login to merge, or discard this patch.