Completed
Push — master ( 1a0953...fddc70 )
by Darren
02:30
created
src/SmsHandler/MockSmsHandler.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
- * This file is part of the Apiary SMS Login Provider package.
4
- *
5
- * (c) Darren Mothersele <[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
- */
3
+     * This file is part of the Apiary SMS Login Provider package.
4
+     *
5
+     * (c) Darren Mothersele <[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 10
 
11 11
 namespace Apiary\SmsLoginProvider\SmsHandler;
12 12
 
Please login to merge, or discard this patch.
src/SmsHandler/SmsHandlerInterface.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
- * This file is part of the Apiary SMS Login Provider package.
4
- *
5
- * (c) Darren Mothersele <[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
- */
3
+     * This file is part of the Apiary SMS Login Provider package.
4
+     *
5
+     * (c) Darren Mothersele <[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 10
 
11 11
 namespace Apiary\SmsLoginProvider\SmsHandler;
12 12
 
Please login to merge, or discard this patch.
src/SmsHandler/TwilioSmsHandlerProvider.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
- * This file is part of the Apiary SMS Login Provider package.
4
- *
5
- * (c) Darren Mothersele <[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
- */
3
+     * This file is part of the Apiary SMS Login Provider package.
4
+     *
5
+     * (c) Darren Mothersele <[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 10
 
11 11
 namespace Apiary\SmsLoginProvider\SmsHandler;
12 12
 
Please login to merge, or discard this patch.