Completed
Push — master ( 79bcd3...e48cb2 )
by Niels
03:19 queued 01:12
created
src/DirectAdmin/Objects/Users/Reseller.php 1 patch
Indentation   +7 added lines, -7 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@  discard block
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * DirectAdmin
4
- * (c) Omines Internetbureau B.V.
5
- *
6
- * For the full copyright and license information, please view the LICENSE
7
- * file that was distributed with this source code.
8
- */
3
+     * DirectAdmin
4
+     * (c) Omines Internetbureau B.V.
5
+     *
6
+     * For the full copyright and license information, please view the LICENSE
7
+     * file that was distributed with this source code.
8
+     */
9 9
 
10 10
 namespace Omines\DirectAdmin\Objects\Users;
11 11
 
@@ -46,7 +46,7 @@  discard block
 block discarded – undo
46 46
     public function getUsers()
47 47
     {
48 48
         return Object::toObjectArray($this->getContext()->invokeGet('SHOW_USERS', ['reseller' => $this->getUsername()]),
49
-                                     User::class, $this->getContext());
49
+                                        User::class, $this->getContext());
50 50
 
51 51
     }
52 52
 
Please login to merge, or discard this patch.
src/DirectAdmin/Utility/Conversion.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * DirectAdmin
4
- * (c) Omines Internetbureau B.V.
5
- *
6
- * For the full copyright and license information, please view the LICENSE
7
- * file that was distributed with this source code.
8
- */
3
+     * DirectAdmin
4
+     * (c) Omines Internetbureau B.V.
5
+     *
6
+     * For the full copyright and license information, please view the LICENSE
7
+     * file that was distributed with this source code.
8
+     */
9 9
 
10 10
 namespace Omines\DirectAdmin\Utility;
11 11
 
Please login to merge, or discard this patch.
src/DirectAdmin/Context/BaseContext.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * DirectAdmin
4
- * (c) Omines Internetbureau B.V.
5
- *
6
- * For the full copyright and license information, please view the LICENSE
7
- * file that was distributed with this source code.
8
- */
3
+     * DirectAdmin
4
+     * (c) Omines Internetbureau B.V.
5
+     *
6
+     * For the full copyright and license information, please view the LICENSE
7
+     * file that was distributed with this source code.
8
+     */
9 9
 
10 10
 namespace Omines\DirectAdmin\Utility;
11 11
 
Please login to merge, or discard this patch.
src/DirectAdmin/Context/ResellerContext.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * DirectAdmin
4
- * (c) Omines Internetbureau B.V.
5
- *
6
- * For the full copyright and license information, please view the LICENSE
7
- * file that was distributed with this source code.
8
- */
3
+     * DirectAdmin
4
+     * (c) Omines Internetbureau B.V.
5
+     *
6
+     * For the full copyright and license information, please view the LICENSE
7
+     * file that was distributed with this source code.
8
+     */
9 9
 
10 10
 namespace Omines\DirectAdmin\Utility;
11 11
 
Please login to merge, or discard this patch.
src/DirectAdmin/Context/UserContext.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * DirectAdmin
4
- * (c) Omines Internetbureau B.V.
5
- *
6
- * For the full copyright and license information, please view the LICENSE
7
- * file that was distributed with this source code.
8
- */
3
+     * DirectAdmin
4
+     * (c) Omines Internetbureau B.V.
5
+     *
6
+     * For the full copyright and license information, please view the LICENSE
7
+     * file that was distributed with this source code.
8
+     */
9 9
 
10 10
 namespace Omines\DirectAdmin\Utility;
11 11
 
Please login to merge, or discard this patch.
src/DirectAdmin/DirectAdmin.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * DirectAdmin
4
- * (c) Omines Internetbureau B.V.
5
- *
6
- * For the full copyright and license information, please view the LICENSE
7
- * file that was distributed with this source code.
8
- */
3
+     * DirectAdmin
4
+     * (c) Omines Internetbureau B.V.
5
+     *
6
+     * For the full copyright and license information, please view the LICENSE
7
+     * file that was distributed with this source code.
8
+     */
9 9
 
10 10
 namespace Omines\DirectAdmin\Utility;
11 11
 
Please login to merge, or discard this patch.
src/DirectAdmin/DirectAdminException.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * DirectAdmin
4
- * (c) Omines Internetbureau B.V.
5
- *
6
- * For the full copyright and license information, please view the LICENSE
7
- * file that was distributed with this source code.
8
- */
3
+     * DirectAdmin
4
+     * (c) Omines Internetbureau B.V.
5
+     *
6
+     * For the full copyright and license information, please view the LICENSE
7
+     * file that was distributed with this source code.
8
+     */
9 9
 
10 10
 namespace Omines\DirectAdmin\Utility;
11 11
 
Please login to merge, or discard this patch.
src/DirectAdmin/Objects/Database.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * DirectAdmin
4
- * (c) Omines Internetbureau B.V.
5
- *
6
- * For the full copyright and license information, please view the LICENSE
7
- * file that was distributed with this source code.
8
- */
3
+     * DirectAdmin
4
+     * (c) Omines Internetbureau B.V.
5
+     *
6
+     * For the full copyright and license information, please view the LICENSE
7
+     * file that was distributed with this source code.
8
+     */
9 9
 
10 10
 namespace Omines\DirectAdmin\Utility;
11 11
 
Please login to merge, or discard this patch.
src/DirectAdmin/Objects/Domain.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -1,11 +1,11 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * DirectAdmin
4
- * (c) Omines Internetbureau B.V.
5
- *
6
- * For the full copyright and license information, please view the LICENSE
7
- * file that was distributed with this source code.
8
- */
3
+     * DirectAdmin
4
+     * (c) Omines Internetbureau B.V.
5
+     *
6
+     * For the full copyright and license information, please view the LICENSE
7
+     * file that was distributed with this source code.
8
+     */
9 9
 
10 10
 namespace Omines\DirectAdmin\Utility;
11 11
 
Please login to merge, or discard this patch.