|
2632 | 2632 | "break.outOfLoop": { |
2633 | 2633 | "PHPStan\\Rules\\Keywords\\ContinueBreakInLoopRule": { |
2634 | 2634 | "phpstan/phpstan-src": [ |
2635 | | - "https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Keywords/ContinueBreakInLoopRule.php#L51", |
2636 | | - "https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Keywords/ContinueBreakInLoopRule.php#L76" |
| 2635 | + "https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Keywords/ContinueBreakInLoopRule.php#L52", |
| 2636 | + "https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Keywords/ContinueBreakInLoopRule.php#L77" |
2637 | 2637 | ] |
2638 | 2638 | } |
2639 | 2639 | }, |
|
4874 | 4874 | "closure.unusedUse": { |
4875 | 4875 | "PHPStan\\Rules\\Classes\\UnusedConstructorParametersRule": { |
4876 | 4876 | "phpstan/phpstan-src": [ |
4877 | | - "https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/UnusedFunctionParametersCheck.php#L61" |
| 4877 | + "https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/UnusedFunctionParametersCheck.php#L62" |
4878 | 4878 | ] |
4879 | 4879 | }, |
4880 | 4880 | "PHPStan\\Rules\\Functions\\UnusedClosureUsesRule": { |
4881 | 4881 | "phpstan/phpstan-src": [ |
4882 | | - "https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/UnusedFunctionParametersCheck.php#L61" |
| 4882 | + "https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/UnusedFunctionParametersCheck.php#L62" |
4883 | 4883 | ] |
4884 | 4884 | } |
4885 | 4885 | }, |
|
4999 | 4999 | "constructor.unusedParameter": { |
5000 | 5000 | "PHPStan\\Rules\\Classes\\UnusedConstructorParametersRule": { |
5001 | 5001 | "phpstan/phpstan-src": [ |
5002 | | - "https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/UnusedFunctionParametersCheck.php#L61" |
| 5002 | + "https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/UnusedFunctionParametersCheck.php#L62" |
5003 | 5003 | ] |
5004 | 5004 | }, |
5005 | 5005 | "PHPStan\\Rules\\Functions\\UnusedClosureUsesRule": { |
5006 | 5006 | "phpstan/phpstan-src": [ |
5007 | | - "https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/UnusedFunctionParametersCheck.php#L61" |
| 5007 | + "https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/UnusedFunctionParametersCheck.php#L62" |
5008 | 5008 | ] |
5009 | 5009 | } |
5010 | 5010 | }, |
5011 | 5011 | "continue.outOfLoop": { |
5012 | 5012 | "PHPStan\\Rules\\Keywords\\ContinueBreakInLoopRule": { |
5013 | 5013 | "phpstan/phpstan-src": [ |
5014 | | - "https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Keywords/ContinueBreakInLoopRule.php#L51", |
5015 | | - "https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Keywords/ContinueBreakInLoopRule.php#L76" |
| 5014 | + "https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Keywords/ContinueBreakInLoopRule.php#L52", |
| 5015 | + "https://github.com/phpstan/phpstan-src/blob/2.1.x/src/Rules/Keywords/ContinueBreakInLoopRule.php#L77" |
5016 | 5016 | ] |
5017 | 5017 | } |
5018 | 5018 | }, |
|
0 commit comments