Completed
Push — 2.0.0 ( c794ad...5e2943 )
by John
07:53
created
Alpha/Controller/ImageController.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -87,7 +87,7 @@
 block discarded – undo
87 87
      *
88 88
      * @param Alpha\Util\Http\Request $request
89 89
      *
90
-     * @return Alpha\Util\Http\Response
90
+     * @return Response
91 91
      *
92 92
      * @since 1.0
93 93
      *
Please login to merge, or discard this patch.
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,7 @@
 block discarded – undo
107 107
             $imgWidth = $params['width'];
108 108
             $imgHeight = $params['height'];
109 109
             $imgType = $params['type'];
110
-            $imgQuality = (double) $params['quality'];
110
+            $imgQuality = (double)$params['quality'];
111 111
             $imgScale = new Boolean($params['scale']);
112 112
             $imgSecure = new Boolean($params['secure']);
113 113
         } catch (\Exception $e) {
Please login to merge, or discard this patch.
Alpha/Controller/IndexController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -86,7 +86,7 @@
 block discarded – undo
86 86
      *
87 87
      * @param Alpha\Util\Http\Request $request
88 88
      *
89
-     * @return Alpha\Util\Http\Response
89
+     * @return Response
90 90
      *
91 91
      * @since 1.0
92 92
      */
Please login to merge, or discard this patch.
Alpha/Controller/InstallController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@  discard block
 block discarded – undo
94 94
      *
95 95
      * @param Alpha\Util\Http\Request $request
96 96
      *
97
-     * @return Alpha\Util\Http\Response
97
+     * @return Response
98 98
      *
99 99
      * @since 1.0
100 100
      */
@@ -414,7 +414,7 @@  discard block
 block discarded – undo
414 414
      * Custom version of the check rights method that only checks for a session for the config admin username/password,
415 415
      * when the system database is not set-up.
416 416
      *
417
-     * @return bool
417
+     * @return boolean|null
418 418
      *
419 419
      * @since 1.0
420 420
      */
Please login to merge, or discard this patch.
Alpha/Controller/ListActiveRecordsController.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -96,7 +96,7 @@  discard block
 block discarded – undo
96 96
      *
97 97
      * @param alpha\Util\Http\Request $request
98 98
      *
99
-     * @return alpha\Util\Http\Response
99
+     * @return Response
100 100
      *
101 101
      * @since 1.0
102 102
      */
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
      *
121 121
      * @param alpha\Util\Http\Request $request
122 122
      *
123
-     * @return alpha\Util\Http\Response
123
+     * @return Response
124 124
      *
125 125
      * @since 1.0
126 126
      */
Please login to merge, or discard this patch.
Alpha/Controller/LogController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -94,7 +94,7 @@
 block discarded – undo
94 94
      *
95 95
      * @param Alpha\Util\Http\Request $request
96 96
      *
97
-     * @return Alpha\Util\Http\Response
97
+     * @return Response
98 98
      *
99 99
      * @throws Alpha\Exception\IllegalArguementException
100 100
      *
Please login to merge, or discard this patch.
Alpha/Controller/LoginController.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -120,7 +120,7 @@  discard block
 block discarded – undo
120 120
      *
121 121
      * @param Alpha\Util\Http\Request $request
122 122
      *
123
-     * @return Alpha\Util\Http\Response
123
+     * @return Response
124 124
      *
125 125
      * @throws Alpha\Exception\IllegalArguementException
126 126
      *
@@ -156,7 +156,7 @@  discard block
 block discarded – undo
156 156
      *
157 157
      * @param Alpha\Util\Http\Request $request
158 158
      *
159
-     * @return Alpha\Util\Http\Response
159
+     * @return Response|null
160 160
      *
161 161
      * @throws Alpha\Exception\IllegalArguementException
162 162
      *
@@ -298,7 +298,7 @@  discard block
 block discarded – undo
298 298
      *
299 299
      * @throws Alpha\Exception\ValidationException
300 300
      *
301
-     * @return Alpha\Util\Http\Response
301
+     * @return Response|null
302 302
      *
303 303
      * @since 1.0
304 304
      */
Please login to merge, or discard this patch.
Alpha/Controller/LogoutController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -98,7 +98,7 @@
 block discarded – undo
98 98
      *
99 99
      * @param Alpha\Util\Http\Request $request
100 100
      *
101
-     * @return Alpha\Util\Http\Response
101
+     * @return Response
102 102
      *
103 103
      * @since 1.0
104 104
      */
Please login to merge, or discard this patch.
Alpha/Controller/MetricController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
      *
85 85
      * @param Alpha\Util\Http\Request $request
86 86
      *
87
-     * @return Alpha\Util\Http\Response
87
+     * @return Response
88 88
      *
89 89
      * @since 1.0
90 90
      */
Please login to merge, or discard this patch.
Alpha/Controller/RecordSelectorController.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
      *
84 84
      * @param Alpha\Util\Http\Request $request
85 85
      *
86
-     * @return Alpha\Util\Http\Response
86
+     * @return Response
87 87
      *
88 88
      * @since 1.0
89 89
      *
Please login to merge, or discard this patch.