@@ -41,7 +41,6 @@ |
||
| 41 | 41 | 'with', 'within', 'without', 'would', 'yet', 'you', 'your', 'yours', 'yourself', 'yourselves', 'the', ]; |
| 42 | 42 | |
| 43 | 43 | /** |
| 44 | - * @param array $set |
|
| 45 | 44 | */ |
| 46 | 45 | public function __construct() |
| 47 | 46 | { |
@@ -59,6 +59,7 @@ |
||
| 59 | 59 | /** |
| 60 | 60 | * Find the nearest key that matching is closest to the item in the set. |
| 61 | 61 | * |
| 62 | + * @param string $for |
|
| 62 | 63 | * @return string |
| 63 | 64 | */ |
| 64 | 65 | public function findNearest($for, $strategy) |
@@ -147,6 +147,9 @@ |
||
| 147 | 147 | $this->assertEquals('eagle', $quantumNearest, 'readers of quantum should read eagle'); |
| 148 | 148 | } |
| 149 | 149 | |
| 150 | + /** |
|
| 151 | + * @param string $fixtureFileName |
|
| 152 | + */ |
|
| 150 | 153 | protected function getFixture($fixtureFileName) |
| 151 | 154 | { |
| 152 | 155 | return file_get_contents(__DIR__.'/fixtures/'.$fixtureFileName); |