Browse Source

Apply fixes from StyleCI

Marcel Pociot 5 năm trước cách đây
mục cha
commit
c78e9d6b1f
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  1. 1 2
      src/Commands/GenerateDocumentation.php

+ 1 - 2
src/Commands/GenerateDocumentation.php

@@ -138,7 +138,7 @@ class GenerateDocumentation extends Command
      * @return bool
      */
     private function isValidRoute(array $routeControllerAndMethod = null)
-    {;
+    {
         if (is_array($routeControllerAndMethod)) {
             $routeControllerAndMethod = implode('@', $routeControllerAndMethod);
         }
@@ -157,7 +157,6 @@ class GenerateDocumentation extends Command
     }
 
     /**
-     *
      * @param array $routeControllerAndMethod
      *
      * @throws ReflectionException