Completed
Pull Request — master (#203)
by
unknown
02:22
created
src/ParaTest/Runners/PHPUnit/TestFileLoader.php 1 patch
Doc Comments   +5 added lines, -2 removed lines patch added patch discarded remove patch
@@ -50,6 +50,9 @@  discard block
 block discarded – undo
50 50
      */
51 51
     private $options;
52 52
 
53
+    /**
54
+     * @param Options $options
55
+     */
53 56
     public function __construct($options = null)
54 57
     {
55 58
         if ($options && !$options instanceof Options) {
@@ -90,8 +93,8 @@  discard block
 block discarded – undo
90 93
      * Loads suites based on a specific path.
91 94
      * A valid path can be a directory or file
92 95
      *
93
-     * @param $path
94
-     * @param $pattern
96
+     * @param string $path
97
+     * @param string $pattern
95 98
      * @throws \InvalidArgumentException
96 99
      * @return string[]
97 100
      */
Please login to merge, or discard this patch.