Completed
Branch middleware (801be0)
by Julián
03:06
created
src/Janitor.php 1 patch
Doc Comments   +1 added lines, -3 removed lines patch added patch discarded remove patch
@@ -46,8 +46,7 @@  discard block
 block discarded – undo
46 46
     /**
47 47
      * @param array                 $watchers
48 48
      * @param array                 $excluders
49
-     * @param \Janitor\Handler|null $handler
50
-     * @param string                $requestAttribute
49
+     * @param null|callable $handler
51 50
      */
52 51
     public function __construct(
53 52
         array $watchers = [],
@@ -153,7 +152,6 @@  discard block
 block discarded – undo
153 152
      *
154 153
      * @param \Psr\Http\Message\ServerRequestInterface $request
155 154
      * @param \Psr\Http\Message\ResponseInterface      $response
156
-     * @param \Janitor\Watcher                          $watcher
157 155
      *
158 156
      * @return \Psr\Http\Message\ResponseInterface
159 157
      */
Please login to merge, or discard this patch.