commit
09c60d01dc
|
@ -87,7 +87,6 @@ public static function set(&$array, $key, $value)
|
||||||
*
|
*
|
||||||
* @param array $array
|
* @param array $array
|
||||||
* @param string $key
|
* @param string $key
|
||||||
* @param mixed $value
|
|
||||||
* @return void
|
* @return void
|
||||||
*/
|
*/
|
||||||
public static function forget(&$array, $key)
|
public static function forget(&$array, $key)
|
||||||
|
@ -124,6 +123,7 @@ public static function forget(&$array, $key)
|
||||||
*
|
*
|
||||||
* @param array $array
|
* @param array $array
|
||||||
* @param Closure $callback
|
* @param Closure $callback
|
||||||
|
* @param mixed $default
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
public static function first($array, $callback, $default = null)
|
public static function first($array, $callback, $default = null)
|
||||||
|
|
|
@ -202,7 +202,7 @@ protected function transform($sql, $bindings)
|
||||||
* Execute a prepared PDO statement and return the appropriate results.
|
* Execute a prepared PDO statement and return the appropriate results.
|
||||||
*
|
*
|
||||||
* @param PDOStatement $statement
|
* @param PDOStatement $statement
|
||||||
* @param array $results
|
* @param array $bindings
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
protected function execute(PDOStatement $statement, $bindings)
|
protected function execute(PDOStatement $statement, $bindings)
|
||||||
|
|
Loading…
Reference in New Issue