Skip to content

Commit 3b320a4

Browse files
Blank line at eof
1 parent 3b941e8 commit 3b320a4

9 files changed

+9
-9
lines changed

.gitattributes

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
/build export-ignore
2-
/tests export-ignore
2+
/tests export-ignore

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
/vendor
22
composer.phar
33
composer.lock
4-
.DS_Store
4+
.DS_Store

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Laravel follows the [PSR-0](https://github.com/php-fig/fig-standards/blob/master
2323
- Namespace declarations should be on the same line as `<?php`.
2424
- Class opening `{` should be on the same line as the class name.
2525
- Function and control structure opening `{` should be on a separate line.
26-
- Interface names are suffixed with `Interface` (`FooInterface`)
26+
- Interface names are suffixed with `Interface` (`FooInterface`)

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
1818
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21-
THE SOFTWARE.
21+
THE SOFTWARE.

build/illuminate-split-full.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ git subsplit publish src/Illuminate/Translation:[email protected]:illuminate/transl
2626
git subsplit publish src/Illuminate/Validation:[email protected]:illuminate/validation.git
2727
git subsplit publish src/Illuminate/View:[email protected]:illuminate/view.git
2828
git subsplit publish src/Illuminate/Workbench:[email protected]:illuminate/workbench.git
29-
rm -rf .subsplit/
29+
rm -rf .subsplit/

build/illuminate-split.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ git subsplit publish --no-tags src/Illuminate/Translation:[email protected]:illumin
2626
git subsplit publish --no-tags src/Illuminate/Validation:[email protected]:illuminate/validation.git
2727
git subsplit publish --no-tags src/Illuminate/View:[email protected]:illuminate/view.git
2828
git subsplit publish --no-tags src/Illuminate/Workbench:[email protected]:illuminate/workbench.git
29-
rm -rf .subsplit/
29+
rm -rf .subsplit/

phpunit.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@
2525
|
2626
*/
2727

28-
date_default_timezone_set('UTC');
28+
date_default_timezone_set('UTC');

phpunit.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
</exclude>
2525
</whitelist>
2626
</filter>
27-
</phpunit>
27+
</phpunit>

readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Thank you for considering contributing to the Laravel framework. If you are subm
2222

2323
### License
2424

25-
The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)
25+
The Laravel framework is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

0 commit comments

Comments
 (0)