Completed
Push — develop ( 44347d...9c9844 )
by Dan
13:26 queued 09:16
created
tests/Traits/NameTraitTest.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the Axstrad library.
4
- *
5
- * (c) Dan Kempster <[email protected]>
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- *
10
- * @author Dan Kempster <[email protected]>
11
- * @package Axstrad\Common
12
- * @subpackage Tests
13
- */
3
+     * This file is part of the Axstrad library.
4
+     *
5
+     * (c) Dan Kempster <[email protected]>
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     *
10
+     * @author Dan Kempster <[email protected]>
11
+     * @package Axstrad\Common
12
+     * @subpackage Tests
13
+     */
14 14
 namespace Axstrad\Common\Tests\Util\ArrayUtil;
15 15
 
16 16
 use Axstrad\Common\Util\ArrayUtil;
Please login to merge, or discard this patch.
tests/Traits/NullableTitleTraitTest.php 1 patch
Indentation   +11 added lines, -11 removed lines patch added patch discarded remove patch
@@ -1,16 +1,16 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the Axstrad library.
4
- *
5
- * (c) Dan Kempster <[email protected]>
6
- *
7
- * For the full copyright and license information, please view the LICENSE
8
- * file that was distributed with this source code.
9
- *
10
- * @author Dan Kempster <[email protected]>
11
- * @package Axstrad\Common
12
- * @subpackage Tests
13
- */
3
+     * This file is part of the Axstrad library.
4
+     *
5
+     * (c) Dan Kempster <[email protected]>
6
+     *
7
+     * For the full copyright and license information, please view the LICENSE
8
+     * file that was distributed with this source code.
9
+     *
10
+     * @author Dan Kempster <[email protected]>
11
+     * @package Axstrad\Common
12
+     * @subpackage Tests
13
+     */
14 14
 namespace Axstrad\Common\Tests\Util\ArrayUtil;
15 15
 
16 16
 use Axstrad\Common\Util\ArrayUtil;
Please login to merge, or discard this patch.