Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e63a78b

Browse filesBrowse files
Scrutinizer Auto-Fixes
This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
1 parent 52d9046 commit e63a78b
Copy full SHA for e63a78b

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎tests/CreatesApplication.php

Copy file name to clipboardExpand all lines: tests/CreatesApplication.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ trait CreatesApplication
1111
*/
1212
public function createApplication()
1313
{
14-
$app = require __DIR__.'/../bootstrap/app.php';
14+
$app = require __DIR__ . '/../bootstrap/app.php';
1515

1616
return $app;
1717
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.