Commit 1d9d577f authored by Taylor Otwell's avatar Taylor Otwell

Merge pull request #2192 from driesvints/dv/cleanup

Remove space and add global class reference in docblock
parents 65842ae5 c5f288d1
<?php <?php
// //
\ No newline at end of file \ No newline at end of file
...@@ -5,7 +5,7 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase { ...@@ -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()
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment