Test Failed
Push — master ( a6b51e...5fffdb )
by Gabriel
08:05
created
src/Utility/CryptHelper.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -48,7 +48,7 @@
 block discarded – undo
48 48
     }
49 49
 
50 50
     /**
51
-     * @param null $basePath
51
+     * @param string $basePath
52 52
      * @return bool
53 53
      */
54 54
     public static function generateKeys($basePath = null)
Please login to merge, or discard this patch.
tests/src/Models/Clients/PersonalAccess/ClientsManagerTest.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -66,7 +66,7 @@
 block discarded – undo
66 66
 
67 67
 
68 68
     /**
69
-     * @param null|string $name
69
+     * @param null|string $nameIn
70 70
      * @dataProvider createDataProvider
71 71
      */
72 72
     public function testCreate($nameIn, $nameOut)
Please login to merge, or discard this patch.