Test Failed
Push — master ( 6afeb6...f4c35a )
by
unknown
04:09 queued 02:18
created
src/Silk/Exchange/Extractor/Extractor.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -14,7 +14,7 @@
 block discarded – undo
14 14
 {
15 15
     /**
16 16
      * Extrai as informações existentes em uma classe
17
-     * @param $object
17
+     * @param \Silk\Model\AbstractMappableModel $object
18 18
      * @return array
19 19
      */
20 20
     public static function extract($object, $parent = true)
Please login to merge, or discard this patch.
src/Silk/Database/AdapterPool.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
     
33 33
     /**
34
-     * @param $key
34
+     * @param string $key
35 35
      * @param Adapter $adapter
36 36
      * @return $this
37 37
      */
Please login to merge, or discard this patch.