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) {