Completed
Push — release/1.10.0 ( ee4f70...5ba7eb )
by Schlaefer
04:09
created
lib/Phile/Core/Utility.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -211,6 +211,11 @@
 block discarded – undo
211 211
      * @return mixed
212 212
      */
213 213
     // @codingStandardsIgnoreStart
214
+
215
+    /**
216
+     * @param integer $min
217
+     * @param integer $max
218
+     */
214 219
     public static function crypto_rand_secure($min, $max)
215 220
     {
216 221
         // @codingStandardsIgnoreEnd
Please login to merge, or discard this patch.
lib/Phile/Phile.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -122,7 +122,7 @@  discard block
 block discarded – undo
122 122
     /**
123 123
      * Resolves request into the current page
124 124
      *
125
-     * @return Page|ResponseInterface
125
+     * @return Page
126 126
      */
127 127
     protected function resolveCurrentPage(Router $router)
128 128
     {
@@ -160,7 +160,7 @@  discard block
 block discarded – undo
160 160
     /**
161 161
      * Renders page into output format (HTML)
162 162
      *
163
-     * @return string|ResponseInterface
163
+     * @return string
164 164
      */
165 165
     protected function renderHtml(Page $page)
166 166
     {
Please login to merge, or discard this patch.
plugins/phile/templateTwig/Classes/Template/Twig.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
     /**
62 62
      * method to render the page/template
63 63
      *
64
-     * @return mixed|string
64
+     * @return string
65 65
      */
66 66
     public function render()
67 67
     {
Please login to merge, or discard this patch.