Completed
Push — master ( 1b5164...80fa2c )
by Basenko
03:52
created
src/Protocols/Protocol.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -31,7 +31,7 @@
 block discarded – undo
31 31
 
32 32
     protected $isStoredFieldsIgnores = false;
33 33
 
34
-    /** @param Model|\MadWeb\Seoable\Contracts\Seoable $model */
34
+    /** @param Seoable $model */
35 35
     public function __construct(Seoable $model)
36 36
     {
37 37
         $this->model = $model;
Please login to merge, or discard this patch.