Skip to content

Commit 7533706

Browse files
Minor cs fixes
1 parent a2cb604 commit 7533706

File tree

22 files changed

+23
-23
lines changed

22 files changed

+23
-23
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* text=auto
1+
* text=auto

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ composer.lock
55
.env.local.php
66
.env.php
77
.DS_Store
8-
Thumbs.db
8+
Thumbs.db

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Contribution Guidelines
22

3-
Please submit all issues and pull requests to the [laravel/framework](https://github.com/laravel/framework) repository!
3+
Please submit all issues and pull requests to the [laravel/framework](https://github.com/laravel/framework) repository!

app/config/compile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515

1616

1717

18-
);
18+
);

app/config/mail.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@
121121

122122
'pretend' => false,
123123

124-
);
124+
);

app/config/remote.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,4 +56,4 @@
5656

5757
),
5858

59-
);
59+
);

app/config/testing/cache.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717

1818
'driver' => 'array',
1919

20-
);
20+
);

app/config/testing/session.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818

1919
'driver' => 'array',
2020

21-
);
21+
);

app/config/workbench.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@
2828

2929
'email' => '',
3030

31-
);
31+
);

app/controllers/BaseController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ protected function setupLayout()
1515
}
1616
}
1717

18-
}
18+
}

0 commit comments

Comments
 (0)