Mostly used find-and-replace: Find: /\*[\*\s]+@var (I?[A-Z](\w+)(?:Interface)?)[\s\*]+/\s*(private|protected|public) (\$[a-z]\w+;\n)((?=\s*/\*[\*\s]+@var (I?[A-Z](\w+)(?:Interface)?))\n|) Replace with: \3 \1 \4 More could be done, but to keep this patch reasonably sized, I only changed the most obvious and unambiguously correct cases. In some cases, I also removed redundant doc comments on the constructor, and re-ordered the properties to match the constructor. Change-Id: I3f8427ae4f5d55177ae18986ef15d84d0e7bf6f4 |
||
|---|---|---|
| .. | ||
| GrantsInfoTest.php | ||
| GroupPermissionsLookupTest.php | ||
| PermissionManagerTest.php | ||
| PermissionStatusTest.php | ||
| RateLimitSubjectTest.php | ||
| RestrictionStoreTest.php | ||
| SimpleAuthorityTest.php | ||
| UltimateAuthorityTest.php | ||
| UserAuthorityTest.php | ||