Skip to content
This repository was archived by the owner on Apr 22, 2019. It is now read-only.

Commit bcd7d36

Browse files
committed
Adopt PSR-2 coding style
The Laravel framework adopts the PSR-2 coding style in version 5.1. Laravel apps *should* adopt this coding style as well. Read the [PSR-2 coding style guide][1] for more details and check out [PHPCS][2] to use as a code formatting tool. [1]: https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md [2]: https://github.com/squizlabs/PHP_CodeSniffer
1 parent cd6f21c commit bcd7d36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tests/TransformerTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class MockedModel extends Model
4949
*
5050
* @package App\Support\Transformation
5151
*/
52-
Class TransformerStub extends Transformer
52+
class TransformerStub extends Transformer
5353
{
5454
/**
5555
* The method that actually converts the data using the map in the class

0 commit comments

Comments
 (0)