Completed
Push — master ( a1e6fd...b9eee8 )
by Marc
02:15
created
src/Permit/ModelPermit.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -30,6 +30,9 @@
 block discarded – undo
30 30
         return self::hasPermission($model_permissions, self::getRole());
31 31
     }
32 32
 
33
+    /**
34
+     * @param string|null $route
35
+     */
33 36
     public static function routeAction($route)
34 37
     {
35 38
         $route_permission = AdminOption::get('models.route_permission');
Please login to merge, or discard this patch.
src/Plugin/AbstractPlugin.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -68,7 +68,6 @@
 block discarded – undo
68 68
     }
69 69
 
70 70
     /**
71
-     * @param array $routes
72 71
      */
73 72
     public function isInstalled()
74 73
     {
Please login to merge, or discard this patch.