Completed
Push — master ( 4a5d8c...61f232 )
by Maik
40:17
created
src/Generics/Util/BasicAuth.php 1 patch
Doc Comments   -2 removed lines patch added patch discarded remove patch
@@ -65,8 +65,6 @@
 block discarded – undo
65 65
     /**
66 66
      * Perform authentication
67 67
      *
68
-     * @param string $user The name the user provided
69
-     * @param string $password The password the user provided
70 68
      * @param string $file
71 69
      * @throws GenericsException
72 70
      * @return boolean
Please login to merge, or discard this patch.
src/Generics/Client/HttpStatus.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the PHP Generics package.
4
- *
5
- * @package Generics
6
- */
3
+     * This file is part of the PHP Generics package.
4
+     *
5
+     * @package Generics
6
+     */
7 7
 namespace Generics\Client;
8 8
 
9 9
 /**
Please login to merge, or discard this patch.
src/Generics/Util/RandomString.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -1,9 +1,9 @@
 block discarded – undo
1 1
 <?php
2 2
 /**
3
- * This file is part of the PHP Generics package.
4
- *
5
- * @package Generics
6
- */
3
+     * This file is part of the PHP Generics package.
4
+     *
5
+     * @package Generics
6
+     */
7 7
 namespace Generics\Util;
8 8
 
9 9
 /**
Please login to merge, or discard this patch.