Browse Source

Remove space and add global class reference in docblock

Removed an unnecessary space before a comments rule and added a backslash to reference the global namespace in a docblock.

Signed-off-by: Dries Vints <dries.vints@gmail.com>
Dries Vints 11 years ago
parent
commit
c5f288d1a5
2 changed files with 2 additions and 2 deletions
  1. 1 1
      app/start/local.php
  2. 1 1
      app/tests/TestCase.php

+ 1 - 1
app/start/local.php

@@ -1,3 +1,3 @@
 <?php
 <?php
 
 
- //
+//

+ 1 - 1
app/tests/TestCase.php

@@ -5,7 +5,7 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase {
 	/**
 	/**
 	 * Creates the application.
 	 * Creates the application.
 	 *
 	 *
-	 * @return Symfony\Component\HttpKernel\HttpKernelInterface
+	 * @return \Symfony\Component\HttpKernel\HttpKernelInterface
 	 */
 	 */
 	public function createApplication()
 	public function createApplication()
 	{
 	{