@@ -32,18 +32,18 @@ |
||
| 32 | 32 | * @since 9.1.0 |
| 33 | 33 | */ |
| 34 | 34 | interface INotifyStorage { |
| 35 | - public const NOTIFY_ADDED = 1; |
|
| 36 | - public const NOTIFY_REMOVED = 2; |
|
| 37 | - public const NOTIFY_MODIFIED = 3; |
|
| 38 | - public const NOTIFY_RENAMED = 4; |
|
| 35 | + public const NOTIFY_ADDED = 1; |
|
| 36 | + public const NOTIFY_REMOVED = 2; |
|
| 37 | + public const NOTIFY_MODIFIED = 3; |
|
| 38 | + public const NOTIFY_RENAMED = 4; |
|
| 39 | 39 | |
| 40 | - /** |
|
| 41 | - * Start the notification handler for this storage |
|
| 42 | - * |
|
| 43 | - * @param $path |
|
| 44 | - * @return INotifyHandler |
|
| 45 | - * |
|
| 46 | - * @since 12.0.0 |
|
| 47 | - */ |
|
| 48 | - public function notify($path); |
|
| 40 | + /** |
|
| 41 | + * Start the notification handler for this storage |
|
| 42 | + * |
|
| 43 | + * @param $path |
|
| 44 | + * @return INotifyHandler |
|
| 45 | + * |
|
| 46 | + * @since 12.0.0 |
|
| 47 | + */ |
|
| 48 | + public function notify($path); |
|
| 49 | 49 | } |