Completed
Push — dev ( c4383c...9ff19d )
by Marc
02:13
created
src/Controllers/ExtensionController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -65,7 +65,7 @@
 block discarded – undo
65 65
 
66 66
     /**
67 67
      * @param $extension
68
-     * @param $action
68
+     * @param string $action
69 69
      * @return \Illuminate\Http\RedirectResponse
70 70
      * @throws \Exception
71 71
      */
Please login to merge, or discard this patch.
src/Controllers/ModelController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -123,7 +123,7 @@
 block discarded – undo
123 123
     /**
124 124
      * Display the specified post.
125 125
      *
126
-     * @return Response
126
+     * @return ModelController
127 127
      */
128 128
     public function all($modelName, $data = null, $sort = null)
129 129
     {
Please login to merge, or discard this patch.