@@ -152,7 +152,7 @@ |
||
152 | 152 | } |
153 | 153 | |
154 | 154 | /** |
155 | - * @param \PhpParser\Node\Name|string $name |
|
155 | + * @param Name $name |
|
156 | 156 | * @param int $line |
157 | 157 | */ |
158 | 158 | private function handleFunctionName($name, $line = -1) |
@@ -1,19 +1,19 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * LibraryChanges.php |
|
4 | - * |
|
5 | - * MIT LICENSE |
|
6 | - * |
|
7 | - * LICENSE: This source file is subject to the MIT license. |
|
8 | - * A copy of the licenses text was distributed alongside this |
|
9 | - * file (usually the repository or package root). The text can also |
|
10 | - * be obtained on one of the following sources: |
|
11 | - * * http://opensource.org/licenses/MIT |
|
12 | - * * https://github.com/suralc/pvra/blob/master/LICENSE |
|
13 | - * |
|
14 | - * @author suralc <[email protected]> |
|
15 | - * @license http://opensource.org/licenses/MIT MIT |
|
16 | - */ |
|
3 | + * LibraryChanges.php |
|
4 | + * |
|
5 | + * MIT LICENSE |
|
6 | + * |
|
7 | + * LICENSE: This source file is subject to the MIT license. |
|
8 | + * A copy of the licenses text was distributed alongside this |
|
9 | + * file (usually the repository or package root). The text can also |
|
10 | + * be obtained on one of the following sources: |
|
11 | + * * http://opensource.org/licenses/MIT |
|
12 | + * * https://github.com/suralc/pvra/blob/master/LICENSE |
|
13 | + * |
|
14 | + * @author suralc <[email protected]> |
|
15 | + * @license http://opensource.org/licenses/MIT MIT |
|
16 | + */ |
|
17 | 17 | |
18 | 18 | namespace Pvra\Analysers; |
19 | 19 |
@@ -118,7 +118,7 @@ discard block |
||
118 | 118 | |
119 | 119 | /** |
120 | 120 | * @param string $version |
121 | - * @return int |
|
121 | + * @return double |
|
122 | 122 | * @throws \Exception |
123 | 123 | */ |
124 | 124 | private function calculateVersionIdFromString($version) |
@@ -438,7 +438,7 @@ discard block |
||
438 | 438 | |
439 | 439 | /** |
440 | 440 | * @inheritdoc |
441 | - * @return \ArrayIterator|array|Reasoning[] |
|
441 | + * @return \ArrayIterator |
|
442 | 442 | */ |
443 | 443 | public function getIterator() |
444 | 444 | { |
@@ -182,7 +182,7 @@ |
||
182 | 182 | * This method returns an array having the constants defined by this class as keys and their required |
183 | 183 | * php versions as values. |
184 | 184 | * |
185 | - * @return array |
|
185 | + * @return string[] |
|
186 | 186 | */ |
187 | 187 | protected static function getReasonToVersionBaseValues() |
188 | 188 | { |
@@ -1,19 +1,19 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Reason.php |
|
4 | - * |
|
5 | - * MIT LICENSE |
|
6 | - * |
|
7 | - * LICENSE: This source file is subject to the MIT license. |
|
8 | - * A copy of the licenses text was distributed alongside this |
|
9 | - * file (usually the repository or package root). The text can also |
|
10 | - * be obtained through one of the following sources: |
|
11 | - * * http://opensource.org/licenses/MIT |
|
12 | - * * https://github.com/suralc/pvra/blob/master/LICENSE |
|
13 | - * |
|
14 | - * @author suralc <[email protected]> |
|
15 | - * @license http://opensource.org/licenses/MIT MIT |
|
16 | - */ |
|
3 | + * Reason.php |
|
4 | + * |
|
5 | + * MIT LICENSE |
|
6 | + * |
|
7 | + * LICENSE: This source file is subject to the MIT license. |
|
8 | + * A copy of the licenses text was distributed alongside this |
|
9 | + * file (usually the repository or package root). The text can also |
|
10 | + * be obtained through one of the following sources: |
|
11 | + * * http://opensource.org/licenses/MIT |
|
12 | + * * https://github.com/suralc/pvra/blob/master/LICENSE |
|
13 | + * |
|
14 | + * @author suralc <[email protected]> |
|
15 | + * @license http://opensource.org/licenses/MIT MIT |
|
16 | + */ |
|
17 | 17 | namespace Pvra\Result; |
18 | 18 | |
19 | 19 | /** |
@@ -29,6 +29,7 @@ |
||
29 | 29 | { |
30 | 30 | /** |
31 | 31 | * @param array $options |
32 | + * @return void |
|
32 | 33 | */ |
33 | 34 | public function __construct(array $options = []); |
34 | 35 |
@@ -1,19 +1,19 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * ResultFormatter.php |
|
4 | - * |
|
5 | - * MIT LICENSE |
|
6 | - * |
|
7 | - * LICENSE: This source file is subject to the MIT license. |
|
8 | - * A copy of the licenses text was distributed alongside this |
|
9 | - * file (usually the repository or package root). The text can also |
|
10 | - * be obtained on one of the following sources: |
|
11 | - * * http://opensource.org/licenses/MIT |
|
12 | - * * https://github.com/suralc/pvra/blob/master/LICENSE |
|
13 | - * |
|
14 | - * @author suralc <[email protected]> |
|
15 | - * @license http://opensource.org/licenses/MIT MIT |
|
16 | - */ |
|
3 | + * ResultFormatter.php |
|
4 | + * |
|
5 | + * MIT LICENSE |
|
6 | + * |
|
7 | + * LICENSE: This source file is subject to the MIT license. |
|
8 | + * A copy of the licenses text was distributed alongside this |
|
9 | + * file (usually the repository or package root). The text can also |
|
10 | + * be obtained on one of the following sources: |
|
11 | + * * http://opensource.org/licenses/MIT |
|
12 | + * * https://github.com/suralc/pvra/blob/master/LICENSE |
|
13 | + * |
|
14 | + * @author suralc <[email protected]> |
|
15 | + * @license http://opensource.org/licenses/MIT MIT |
|
16 | + */ |
|
17 | 17 | |
18 | 18 | namespace Pvra\Result\ResultFormatter; |
19 | 19 |
@@ -1,19 +1,19 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * LibraryInformationInterface.php |
|
4 | - * |
|
5 | - * MIT LICENSE |
|
6 | - * |
|
7 | - * LICENSE: This source file is subject to the MIT license. |
|
8 | - * A copy of the licenses text was distributed alongside this |
|
9 | - * file (usually the repository or package root). The text can also |
|
10 | - * be obtained on one of the following sources: |
|
11 | - * * http://opensource.org/licenses/MIT |
|
12 | - * * https://github.com/suralc/pvra/blob/master/LICENSE |
|
13 | - * |
|
14 | - * @author suralc <[email protected]> |
|
15 | - * @license http://opensource.org/licenses/MIT MIT |
|
16 | - */ |
|
3 | + * LibraryInformationInterface.php |
|
4 | + * |
|
5 | + * MIT LICENSE |
|
6 | + * |
|
7 | + * LICENSE: This source file is subject to the MIT license. |
|
8 | + * A copy of the licenses text was distributed alongside this |
|
9 | + * file (usually the repository or package root). The text can also |
|
10 | + * be obtained on one of the following sources: |
|
11 | + * * http://opensource.org/licenses/MIT |
|
12 | + * * https://github.com/suralc/pvra/blob/master/LICENSE |
|
13 | + * |
|
14 | + * @author suralc <[email protected]> |
|
15 | + * @license http://opensource.org/licenses/MIT MIT |
|
16 | + */ |
|
17 | 17 | |
18 | 18 | namespace Pvra\InformationProvider; |
19 | 19 |
@@ -1,19 +1,19 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * LibraryInformationAwareInterface.php |
|
4 | - * |
|
5 | - * MIT LICENSE |
|
6 | - * |
|
7 | - * LICENSE: This source file is subject to the MIT license. |
|
8 | - * A copy of the licenses text was distributed alongside this |
|
9 | - * file (usually the repository or package root). The text can also |
|
10 | - * be obtained on one of the following sources: |
|
11 | - * * http://opensource.org/licenses/MIT |
|
12 | - * * https://github.com/suralc/pvra/blob/master/LICENSE |
|
13 | - * |
|
14 | - * @author suralc <[email protected]> |
|
15 | - * @license http://opensource.org/licenses/MIT MIT |
|
16 | - */ |
|
3 | + * LibraryInformationAwareInterface.php |
|
4 | + * |
|
5 | + * MIT LICENSE |
|
6 | + * |
|
7 | + * LICENSE: This source file is subject to the MIT license. |
|
8 | + * A copy of the licenses text was distributed alongside this |
|
9 | + * file (usually the repository or package root). The text can also |
|
10 | + * be obtained on one of the following sources: |
|
11 | + * * http://opensource.org/licenses/MIT |
|
12 | + * * https://github.com/suralc/pvra/blob/master/LICENSE |
|
13 | + * |
|
14 | + * @author suralc <[email protected]> |
|
15 | + * @license http://opensource.org/licenses/MIT MIT |
|
16 | + */ |
|
17 | 17 | |
18 | 18 | namespace Pvra\InformationProvider; |
19 | 19 |
@@ -1,19 +1,19 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * LibraryInformation.php |
|
4 | - * |
|
5 | - * MIT LICENSE |
|
6 | - * |
|
7 | - * LICENSE: This source file is subject to the MIT license. |
|
8 | - * A copy of the licenses text was distributed alongside this |
|
9 | - * file (usually the repository or package root). The text can also |
|
10 | - * be obtained on one of the following sources: |
|
11 | - * * http://opensource.org/licenses/MIT |
|
12 | - * * https://github.com/suralc/pvra/blob/master/LICENSE |
|
13 | - * |
|
14 | - * @author suralc <[email protected]> |
|
15 | - * @license http://opensource.org/licenses/MIT MIT |
|
16 | - */ |
|
3 | + * LibraryInformation.php |
|
4 | + * |
|
5 | + * MIT LICENSE |
|
6 | + * |
|
7 | + * LICENSE: This source file is subject to the MIT license. |
|
8 | + * A copy of the licenses text was distributed alongside this |
|
9 | + * file (usually the repository or package root). The text can also |
|
10 | + * be obtained on one of the following sources: |
|
11 | + * * http://opensource.org/licenses/MIT |
|
12 | + * * https://github.com/suralc/pvra/blob/master/LICENSE |
|
13 | + * |
|
14 | + * @author suralc <[email protected]> |
|
15 | + * @license http://opensource.org/licenses/MIT MIT |
|
16 | + */ |
|
17 | 17 | |
18 | 18 | namespace Pvra\InformationProvider; |
19 | 19 |
@@ -1,19 +1,19 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * FileAnalyser.php |
|
4 | - * |
|
5 | - * MIT LICENSE |
|
6 | - * |
|
7 | - * LICENSE: This source file is subject to the MIT license. |
|
8 | - * A copy of the licenses text was distributed alongside this |
|
9 | - * file (usually the repository or package root). The text can also |
|
10 | - * be obtained through one of the following sources: |
|
11 | - * * http://opensource.org/licenses/MIT |
|
12 | - * * https://github.com/suralc/pvra/blob/master/LICENSE |
|
13 | - * |
|
14 | - * @author suralc <[email protected]> |
|
15 | - * @license http://opensource.org/licenses/MIT MIT |
|
16 | - */ |
|
3 | + * FileAnalyser.php |
|
4 | + * |
|
5 | + * MIT LICENSE |
|
6 | + * |
|
7 | + * LICENSE: This source file is subject to the MIT license. |
|
8 | + * A copy of the licenses text was distributed alongside this |
|
9 | + * file (usually the repository or package root). The text can also |
|
10 | + * be obtained through one of the following sources: |
|
11 | + * * http://opensource.org/licenses/MIT |
|
12 | + * * https://github.com/suralc/pvra/blob/master/LICENSE |
|
13 | + * |
|
14 | + * @author suralc <[email protected]> |
|
15 | + * @license http://opensource.org/licenses/MIT MIT |
|
16 | + */ |
|
17 | 17 | namespace Pvra; |
18 | 18 | |
19 | 19 | /** |
@@ -1,19 +1,19 @@ |
||
1 | 1 | <?php |
2 | 2 | /** |
3 | - * Php53Features.php |
|
4 | - * |
|
5 | - * MIT LICENSE |
|
6 | - * |
|
7 | - * LICENSE: This source file is subject to the MIT license. |
|
8 | - * A copy of the licenses text was distributed alongside this |
|
9 | - * file (usually the repository or package root). The text can also |
|
10 | - * be obtained on one of the following sources: |
|
11 | - * * http://opensource.org/licenses/MIT |
|
12 | - * * https://github.com/suralc/pvra/blob/master/LICENSE |
|
13 | - * |
|
14 | - * @author suralc <[email protected]> |
|
15 | - * @license http://opensource.org/licenses/MIT MIT |
|
16 | - */ |
|
3 | + * Php53Features.php |
|
4 | + * |
|
5 | + * MIT LICENSE |
|
6 | + * |
|
7 | + * LICENSE: This source file is subject to the MIT license. |
|
8 | + * A copy of the licenses text was distributed alongside this |
|
9 | + * file (usually the repository or package root). The text can also |
|
10 | + * be obtained on one of the following sources: |
|
11 | + * * http://opensource.org/licenses/MIT |
|
12 | + * * https://github.com/suralc/pvra/blob/master/LICENSE |
|
13 | + * |
|
14 | + * @author suralc <[email protected]> |
|
15 | + * @license http://opensource.org/licenses/MIT MIT |
|
16 | + */ |
|
17 | 17 | |
18 | 18 | namespace Pvra\Analysers; |
19 | 19 |