Skip to content

Commit 1d9d577

Browse files
committed
Merge pull request laravel#2192 from driesvints/dv/cleanup
Remove space and add global class reference in docblock
2 parents 65842ae + c5f288d commit 1d9d577

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/start/local.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<?php
22

3-
//
3+
//

app/tests/TestCase.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class TestCase extends Illuminate\Foundation\Testing\TestCase {
55
/**
66
* Creates the application.
77
*
8-
* @return Symfony\Component\HttpKernel\HttpKernelInterface
8+
* @return \Symfony\Component\HttpKernel\HttpKernelInterface
99
*/
1010
public function createApplication()
1111
{

0 commit comments

Comments
 (0)