Completed
Push — master ( c6cd0d...48e0b4 )
by Clayton
01:29
created
src/Commands/ResponderMakeCommand.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -107,7 +107,6 @@
 block discarded – undo
107 107
      * Replace the method name in the given stub.
108 108
      *
109 109
      * @param  string  $stub
110
-     * @param  string  $name
111 110
      *
112 111
      * @return $this
113 112
      */
Please login to merge, or discard this patch.
src/Responder.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -84,8 +84,6 @@
 block discarded – undo
84 84
     /**
85 85
      * Flash data to the session.
86 86
      *
87
-     * @param  string $key
88
-     * @param  mixed  $value
89 87
      */
90 88
     protected function flash($message, array $options = [])
91 89
     {
Please login to merge, or discard this patch.