Commit c5f288d1 authored by Dries Vints's avatar Dries Vints

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: 's avatarDries Vints <dries.vints@gmail.com>
parent 08cb97fa
<?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