Completed
Push — master ( fcb2ed...d272e4 )
by Nil
10:52
created
src/BackslashFixer/Fixer/FileEditor.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Author: Nil Portugués Calderó <[email protected]>
4
- * Date: 11/1/15
5
- * Time: 12:30 AM
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- */
3
+     * Author: Nil Portugués Calderó <[email protected]>
4
+     * Date: 11/1/15
5
+     * Time: 12:30 AM
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     */
10 10
 namespace NilPortugues\BackslashFixer\Fixer;
11 11
 
12 12
 use NilPortugues\BackslashFixer\Fixer\Interfaces\FileSystem as FileSystemInterface;
Please login to merge, or discard this patch.
src/BackslashFixer/Fixer/FunctionRepository.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,12 +1,12 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Author: Nil Portugués Calderó <[email protected]>
4
- * Date: 10/31/15
5
- * Time: 11:24 PM
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- */
3
+     * Author: Nil Portugués Calderó <[email protected]>
4
+     * Date: 10/31/15
5
+     * Time: 11:24 PM
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     */
10 10
 namespace NilPortugues\BackslashFixer\Fixer;
11 11
 
12 12
 /**
Please login to merge, or discard this patch.