Completed
Push — prototype ( 9dff07...0f98b2 )
by Peter
02:59
created
library/WebinoAppLib/Service/Debugger.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -59,7 +59,7 @@
 block discarded – undo
59 59
     }
60 60
 
61 61
     /**
62
-     * @param object|IBarPanel $panel
62
+     * @param IBarPanel $panel
63 63
      * @param string|null $id
64 64
      * @return $this
65 65
      */
Please login to merge, or discard this patch.
library/WebinoFilesystemLib/Feature/AbstractFilesystem.php 1 patch
Doc Comments   -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,6 @@
 block discarded – undo
35 35
     /**
36 36
      * @param string $name Name of adapter service.
37 37
      * @param string $type
38
-     * @param array $opt$this->htmlions
39 38
      * @return $this
40 39
      */
41 40
     protected function configureAdapter($name, $type, array $options = [])
Please login to merge, or discard this patch.
library/WebinoHtmlLib/Html/AbstractHtml.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -57,7 +57,7 @@
 block discarded – undo
57 57
     }
58 58
 
59 59
     /**
60
-     * @param $title
60
+     * @param string $title
61 61
      * @return $this
62 62
      */
63 63
     public function setTitle($title)
Please login to merge, or discard this patch.