Skip to content
This repository was archived by the owner on Mar 5, 2022. It is now read-only.

Commit 9430684

Browse files
steinkelFlorian Krämer
authored andcommitted
use classes to correctly type hint the params in phpdoc
1 parent 12a3ec2 commit 9430684

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Event/LocalFileStorageListener.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33

44
use Cake\Event\Event;
55
use Cake\Filesystem\Folder;
6+
use Cake\ORM\Entity;
7+
use Cake\ORM\Table;
68
use Burzum\FileStorage\Storage\StorageManager;
79

810
/**

0 commit comments

Comments
 (0)