Skip to content

Commit

Permalink
Blank line at eof
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell committed Feb 12, 2014
1 parent 3b941e8 commit 3b320a4
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/build export-ignore
/tests export-ignore
/tests export-ignore
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/vendor
composer.phar
composer.lock
.DS_Store
.DS_Store
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Laravel follows the [PSR-0](https://github.com/php-fig/fig-standards/blob/master
- Namespace declarations should be on the same line as `<?php`.
- Class opening `{` should be on the same line as the class name.
- Function and control structure opening `{` should be on a separate line.
- Interface names are suffixed with `Interface` (`FooInterface`)
- Interface names are suffixed with `Interface` (`FooInterface`)
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.
2 changes: 1 addition & 1 deletion build/illuminate-split-full.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ git subsplit publish src/Illuminate/Translation:[email protected]:illuminate/transl
git subsplit publish src/Illuminate/Validation:[email protected]:illuminate/validation.git
git subsplit publish src/Illuminate/View:[email protected]:illuminate/view.git
git subsplit publish src/Illuminate/Workbench:[email protected]:illuminate/workbench.git
rm -rf .subsplit/
rm -rf .subsplit/
2 changes: 1 addition & 1 deletion build/illuminate-split.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ git subsplit publish --no-tags src/Illuminate/Translation:[email protected]:illumin
git subsplit publish --no-tags src/Illuminate/Validation:[email protected]:illuminate/validation.git
git subsplit publish --no-tags src/Illuminate/View:[email protected]:illuminate/view.git
git subsplit publish --no-tags src/Illuminate/Workbench:[email protected]:illuminate/workbench.git
rm -rf .subsplit/
rm -rf .subsplit/
2 changes: 1 addition & 1 deletion phpunit.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@
|
*/

date_default_timezone_set('UTC');
date_default_timezone_set('UTC');
2 changes: 1 addition & 1 deletion phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
</exclude>
</whitelist>
</filter>
</phpunit>
</phpunit>
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Thank you for considering contributing to the Laravel framework. If you are subm

### License

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

0 comments on commit 3b320a4

Please sign in to comment.