Completed
Push — master ( 8f1e65...c718c6 )
by Bobby
02:14
created
lib/Collection.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -113,7 +113,7 @@  discard block
 block discarded – undo
113 113
     /**
114 114
      * Pull an item from the collection and remove it from the collection.
115 115
      * @param string $key
116
-     * @return mixed
116
+     * @return string|false
117 117
      */
118 118
     public function pull($key)
119 119
     {
@@ -149,7 +149,7 @@  discard block
 block discarded – undo
149 149
 
150 150
     /**
151 151
      * Checks if the collection has a the specified key set.
152
-     * @param mixed $key The key name to check if it exists.
152
+     * @param string $key The key name to check if it exists.
153 153
      * @return boolean
154 154
      */
155 155
     public function has($key)
Please login to merge, or discard this patch.