Completed
Push — master ( c9fde5...2b8c2f )
by Blake
02:32
created
tests/TestCase/View/Helper/PhoneHelperTest.php 1 patch
Indentation   +13 added lines, -13 removed lines patch added patch discarded remove patch
@@ -1,18 +1,18 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * Phone Helper (https://github.com/PotatoPowered/phone-helper)
4
- *
5
- * Licensed under The MIT License
6
- * For full copyrgiht and license information, please see the LICENSE
7
- * Redistributions of files must retain the above copyright notice.
8
- *
9
- * @author      Blake Sutton <[email protected]>
10
- * @copyright   Copyright (c) Potato Powered Software
11
- * @link        http://potatopowered.net
12
- * @since       1.0
13
- * @version     1.0
14
- * @license     http://www.opensource.org/licenses/mit-license.php MIT License
15
- */
3
+     * Phone Helper (https://github.com/PotatoPowered/phone-helper)
4
+     *
5
+     * Licensed under The MIT License
6
+     * For full copyrgiht and license information, please see the LICENSE
7
+     * Redistributions of files must retain the above copyright notice.
8
+     *
9
+     * @author      Blake Sutton <[email protected]>
10
+     * @copyright   Copyright (c) Potato Powered Software
11
+     * @link        http://potatopowered.net
12
+     * @since       1.0
13
+     * @version     1.0
14
+     * @license     http://www.opensource.org/licenses/mit-license.php MIT License
15
+     */
16 16
 namespace PhoneHelper\Test\TestCase\View\Helper;
17 17
 
18 18
 use Cake\TestSuite\TestCase;
Please login to merge, or discard this patch.