Completed
Push — master ( 533b47...6c16e6 )
by Gabriel
02:01
created
src/Connections/Connection.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
     /**
57 57
      * Create a new database connection instance.
58 58
      *
59
-     * @param  \PDO|\Closure $pdo
59
+     * @param  boolean $pdo
60 60
      * @param  string $database
61 61
      * @param  string $tablePrefix
62 62
      * @param  array $config
@@ -193,7 +193,7 @@  discard block
 block discarded – undo
193 193
     /**
194 194
      * Executes SQL query
195 195
      *
196
-     * @param mixed|AbstractQuery $query
196
+     * @param AbstractQuery $query
197 197
      * @return Result
198 198
      */
199 199
     public function execute($query)
Please login to merge, or discard this patch.
src/Metadata/Cache.php 1 patch
Doc Comments   +3 added lines, -3 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@  discard block
 block discarded – undo
56 56
     }
57 57
 
58 58
     /**
59
-     * @param $metadata
59
+     * @param Manager $metadata
60 60
      * @return $this
61 61
      */
62 62
     public function setMetadata($metadata)
@@ -67,7 +67,7 @@  discard block
 block discarded – undo
67 67
     }
68 68
 
69 69
     /**
70
-     * @param $cacheId
70
+     * @param string $cacheId
71 71
      * @return mixed
72 72
      */
73 73
     public function get($cacheId)
@@ -81,7 +81,7 @@  discard block
 block discarded – undo
81 81
 
82 82
     /**
83 83
      * @param $cacheId
84
-     * @return mixed
84
+     * @return boolean|null
85 85
      */
86 86
     public function reload($cacheId)
87 87
     {
Please login to merge, or discard this patch.