Test Setup Failed
Push — master ( ac261d...91041f )
by Kacper
02:33
created
Parser/TokenFactory.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
      * TokenFactory constructor.
33 33
      *
34
-     * @param $class
34
+     * @param string $class
35 35
      */
36 36
     public function __construct($class, $type = 0x3) {
37 37
         $this->_class = $class;
Please login to merge, or discard this patch.