From bf172272da78d9ef0ff3b6712c3ab7fe57df7c74 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 11 May 2012 12:20:18 +0300 Subject: [PATCH 1/8] Remove obsolete code. --- laravel/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/lang.php b/laravel/lang.php index 5c5e9f76..e4a09e1c 100644 --- a/laravel/lang.php +++ b/laravel/lang.php @@ -1,4 +1,4 @@ - Date: Fri, 11 May 2012 12:21:43 +0300 Subject: [PATCH 2/8] Remove obsolete namespace import in driver.php. --- laravel/cache/drivers/driver.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/cache/drivers/driver.php b/laravel/cache/drivers/driver.php index b4701eb8..c6abcb2e 100644 --- a/laravel/cache/drivers/driver.php +++ b/laravel/cache/drivers/driver.php @@ -1,4 +1,4 @@ - Date: Fri, 11 May 2012 12:23:25 +0300 Subject: [PATCH 3/8] Fix PHPDoc referring to Closure class. --- laravel/database/connection.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/laravel/database/connection.php b/laravel/database/connection.php index 6584942d..dd1d8de6 100644 --- a/laravel/database/connection.php +++ b/laravel/database/connection.php @@ -97,14 +97,14 @@ protected function grammar() /** * Execute a callback wrapped in a database transaction. * - * @param Closure $callback + * @param callback $callback * @return void */ public function transaction($callback) { $this->pdo->beginTransaction(); - // After beginning the database transaction, we will call the Closure + // After beginning the database transaction, we will call the callback // so that it can do its database work. If an exception occurs we'll // rollback the transaction and re-throw back to the developer. try From 83f7847ccd0cacdfec41a2dc6287ee233ceb0de1 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Fri, 11 May 2012 12:27:38 +0300 Subject: [PATCH 4/8] Remove obsolete namespace import in session/payload.php. --- laravel/session/payload.php | 1 - 1 file changed, 1 deletion(-) diff --git a/laravel/session/payload.php b/laravel/session/payload.php index 3c236c7c..5b45a533 100644 --- a/laravel/session/payload.php +++ b/laravel/session/payload.php @@ -1,6 +1,5 @@ Date: Fri, 11 May 2012 12:28:12 +0300 Subject: [PATCH 5/8] Remove obsolete namespace import in config.php. --- laravel/config.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/laravel/config.php b/laravel/config.php index a26e05a9..50bd7dc8 100644 --- a/laravel/config.php +++ b/laravel/config.php @@ -1,7 +1,5 @@ Date: Fri, 11 May 2012 12:28:52 +0300 Subject: [PATCH 6/8] Remove obsolete class import in cookie.php. --- laravel/cookie.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/cookie.php b/laravel/cookie.php index 78c13a6d..88967407 100644 --- a/laravel/cookie.php +++ b/laravel/cookie.php @@ -1,4 +1,4 @@ - Date: Fri, 11 May 2012 12:29:18 +0300 Subject: [PATCH 7/8] Remove obsolete class import in file.php. --- laravel/file.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/file.php b/laravel/file.php index e5bf8f5a..efb46dec 100644 --- a/laravel/file.php +++ b/laravel/file.php @@ -1,4 +1,4 @@ - Date: Fri, 11 May 2012 12:30:45 +0300 Subject: [PATCH 8/8] Remove obsolete class import in request.php. --- laravel/request.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/request.php b/laravel/request.php index 37f408ec..028670f1 100644 --- a/laravel/request.php +++ b/laravel/request.php @@ -1,4 +1,4 @@ -