Completed
Push — master ( f01281...0be30d )
by Mark
04:41 queued 10s
created
src/View/ViewBuilder.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -329,7 +329,7 @@  discard block
 block discarded – undo
329 329
      *
330 330
      * `False` to remove current plugin name is deprecated as of 3.4.0. Use directly `null` instead.
331 331
      *
332
-     * @param string|null|false $name Plugin name.
332
+     * @param string|false $name Plugin name.
333 333
      *   Use null or false to remove the current plugin name.
334 334
      * @return $this
335 335
      */
@@ -505,7 +505,7 @@  discard block
 block discarded – undo
505 505
      * The name specified is the filename of the layout in /src/Template/Layout
506 506
      * without the .ctp extension.
507 507
      *
508
-     * @param string|null|false $name Layout file name to set.
508
+     * @param string|false $name Layout file name to set.
509 509
      * @return $this
510 510
      */
511 511
     public function setLayout($name)
Please login to merge, or discard this patch.