Passed
Push — master ( 2da97c...99f011 )
by Magnus
02:14
created
src/Page/PageRender.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -20,7 +20,6 @@  discard block
 block discarded – undo
20 20
      * @param integer $status code to use when delivering the result.
21 21
      *
22 22
      * @SuppressWarnings(PHPMD.ExitExpression)
23
-     * @param string $title
24 23
      * @return void
25 24
      */
26 25
     public function renderPage($data = null, $status = 200)
@@ -47,7 +46,6 @@  discard block
 block discarded – undo
47 46
      * @param integer $status code to use when delivering the result.
48 47
      *
49 48
      * @SuppressWarnings(PHPMD.ExitExpression)
50
-     * @param string $title
51 49
      * @return void
52 50
      */
53 51
     public function renderLogin($data = null, $status = 200)
Please login to merge, or discard this patch.