This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| /* | |
| * Mask before start | |
| * 000000 | |
| * 111111 | |
| * 222222 | |
| * | |
| * First row | |
| * 001122 | |
| * |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* @noinspection PhpAbstractStaticMethodInspection */ | |
| /* @noinspection PhpHierarchyChecksInspection */ | |
| /* @noinspection PhpUnreachableStatementInspection */ | |
| /* @noinspection PhpUnusedLocalVariableInspection */ | |
| /* @noinspection PhpWrongCatchClausesOrderInspection */ | |
| /* @noinspection PhpDeprecationInspection */ | |
| /* @noinspection PhpDocMissingReturnTagInspection */ | |
| /* @noinspection PhpDocMissingThrowsInspection */ | |
| /* @noinspection PhpDocSignatureInspection */ | |
| /* @noinspection PhpMissingDocCommentInspection */ |
NewerOlder