From bc2e54b1ac7152226dba9da01d7630f075eb81bf Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Tue, 17 Jan 2012 16:10:16 -0600 Subject: [PATCH] cleaning up some files. --- artisan | 8 ++++++++ paths.php | 8 ++++++++ phpunit.php | 10 +++++++++- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/artisan b/artisan index 0bc00260..b46f317b 100644 --- a/artisan +++ b/artisan @@ -1,4 +1,12 @@ + * @link http://laravel.com + */ // -------------------------------------------------------------- // Set the core Laravel path constants. diff --git a/paths.php b/paths.php index 5804b034..ee6aa7d4 100644 --- a/paths.php +++ b/paths.php @@ -1,4 +1,12 @@ + * @link http://laravel.com + */ // -------------------------------------------------------------- // Initialize the web variable if it doesn't exist. diff --git a/phpunit.php b/phpunit.php index 5a34de62..d6817b48 100644 --- a/phpunit.php +++ b/phpunit.php @@ -1,7 +1,15 @@ + * @link http://laravel.com + */ // -------------------------------------------------------------- -// Overrride the application path if testing Laravel. +// Override the application path if testing Laravel. // -------------------------------------------------------------- foreach ($_SERVER['argv'] as $key => $argument) {