diff options
Diffstat (limited to 'lib/public/Files/Events/Node/AbstractNodeEvent.php')
-rw-r--r-- | lib/public/Files/Events/Node/AbstractNodeEvent.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/public/Files/Events/Node/AbstractNodeEvent.php b/lib/public/Files/Events/Node/AbstractNodeEvent.php index 6478d527eee..d6c1c6d0f95 100644 --- a/lib/public/Files/Events/Node/AbstractNodeEvent.php +++ b/lib/public/Files/Events/Node/AbstractNodeEvent.php @@ -32,7 +32,6 @@ use OCP\Files\Node; * @since 20.0.0 */ abstract class AbstractNodeEvent extends Event { - /** @var Node */ private $node; |