Completed
Push — dev ( 110236...0d804d )
by Marc
02:57
created
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.
src/Widget/WidgetInterface.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -10,7 +10,7 @@
 block discarded – undo
10 10
     public function assets(Manager $manager);
11 11
 
12 12
     /**
13
-     * @return mixed
13
+     * @return void
14 14
      */
15 15
     public function output();
16 16
 
Please login to merge, or discard this patch.