Passed
Push — master ( e5d2cb...200e28 )
by Atanas
02:06
created
src/Middleware/HasMiddlewareTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -46,7 +46,7 @@
 block discarded – undo
46 46
 	 * Accepts: a class name, an instance of a class, a Closure or an array of any of the previous
47 47
 	 *
48 48
 	 * @param  string|\Closure|\Obsidian\Middleware\MiddlewareInterface|array $middleware
49
-	 * @return object                                                         $this
49
+	 * @return HasMiddlewareTrait                                                         $this
50 50
 	 */
51 51
 	public function addMiddleware( $middleware ) {
52 52
 		$middleware = Mixed::toArray( $middleware );
Please login to merge, or discard this patch.