| @@ -14,4 +14,6 @@ | ||
| 14 | 14 | |
| 15 | 15 | namespace IPub\Permissions\Access; | 
| 16 | 16 | |
| 17 | -interface ICheckRequirements {} | |
| 18 | 17 | \ No newline at end of file | 
| 18 | +interface ICheckRequirements | |
| 19 | +{ | |
| 20 | +} | |
| 19 | 21 | \ No newline at end of file | 
| @@ -14,4 +14,6 @@ | ||
| 14 | 14 | |
| 15 | 15 | namespace IPub\Permissions\Exceptions; | 
| 16 | 16 | |
| 17 | -interface IException {} | |
| 18 | 17 | \ No newline at end of file | 
| 18 | +interface IException | |
| 19 | +{ | |
| 20 | +} | |
| 19 | 21 | \ No newline at end of file | 
| @@ -14,4 +14,6 @@ | ||
| 14 | 14 | |
| 15 | 15 | namespace IPub\Permissions\Exceptions; | 
| 16 | 16 | |
| 17 | -class InvalidArgumentException extends \InvalidArgumentException implements IException {} | |
| 18 | 17 | \ No newline at end of file | 
| 18 | +class InvalidArgumentException extends \InvalidArgumentException implements IException | |
| 19 | +{ | |
| 20 | +} | |
| 19 | 21 | \ No newline at end of file | 
| @@ -14,4 +14,6 @@ | ||
| 14 | 14 | |
| 15 | 15 | namespace IPub\Permissions\Exceptions; | 
| 16 | 16 | |
| 17 | -class InvalidStateException extends \InvalidArgumentException implements IException {} | |
| 18 | 17 | \ No newline at end of file | 
| 18 | +class InvalidStateException extends \InvalidArgumentException implements IException | |
| 19 | +{ | |
| 20 | +} | |
| 19 | 21 | \ No newline at end of file | 
| @@ -14,4 +14,6 @@ | ||
| 14 | 14 | |
| 15 | 15 | namespace IPub\Permissions\Exceptions; | 
| 16 | 16 | |
| 17 | -interface IException {} | |
| 18 | 17 | \ No newline at end of file | 
| 18 | +interface IException | |
| 19 | +{ | |
| 20 | +} | |
| 19 | 21 | \ No newline at end of file |