Completed
Push — master ( 2a456b...15b04b )
by Noritaka
04:09
created
src/ExpectPlugin.php 1 patch
Doc Comments   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -30,7 +30,7 @@  discard block
 block discarded – undo
30 30
 
31 31
 
32 32
     /**
33
-     * @param string|null $configurationFile
33
+     * @param string $configFilePath
34 34
      */
35 35
     public function __construct($configFilePath = null)
36 36
     {
@@ -55,7 +55,7 @@  discard block
 block discarded – undo
55 55
     }
56 56
 
57 57
     /**
58
-     * @return null|string
58
+     * @return string
59 59
      */
60 60
     public function getConfigurationFilePath()
61 61
     {
Please login to merge, or discard this patch.