Completed
Push — master ( dd5665...b0b2c3 )
by Cheren
02:12
created
src/View/AppView.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -127,7 +127,7 @@  discard block
 block discarded – undo
127 127
      * Get current form view.
128 128
      *
129 129
      * @param null|string $view
130
-     * @return null
130
+     * @return string|null
131 131
      */
132 132
     protected function _getFormView($view = null)
133 133
     {
@@ -142,7 +142,7 @@  discard block
 block discarded – undo
142 142
      * Finds an partial filename, returns false on failure.
143 143
      *
144 144
      * @param string $name
145
-     * @return bool|string
145
+     * @return string|false
146 146
      */
147 147
     protected function _getLayoutPartialPath($name)
148 148
     {
Please login to merge, or discard this patch.