Merge pull request #2192 from driesvints/dv/cleanup
Remove space and add global class reference in docblock
This commit is contained in:
commit
1d9d577f9b
|
@ -1,3 +1,3 @@
|
|||
<?php
|
||||
|
||||
//
|
||||
//
|
|
@ -5,7 +5,7 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase {
|
|||
/**
|
||||
* Creates the application.
|
||||
*
|
||||
* @return Symfony\Component\HttpKernel\HttpKernelInterface
|
||||
* @return \Symfony\Component\HttpKernel\HttpKernelInterface
|
||||
*/
|
||||
public function createApplication()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue