@@ -3,7 +3,6 @@ |
||
3 | 3 | namespace Yokai\MessengerBundle\Channel; |
4 | 4 | |
5 | 5 | use Doctrine\ORM\EntityManager; |
6 | -use Symfony\Component\HttpFoundation\File\File; |
|
7 | 6 | use Symfony\Component\Filesystem\Filesystem; |
8 | 7 | use Yokai\MessengerBundle\Delivery; |
9 | 8 | use Yokai\MessengerBundle\Entity\Notification; |
@@ -216,7 +216,7 @@ discard block |
||
216 | 216 | } |
217 | 217 | |
218 | 218 | /** |
219 | - * @return callable |
|
219 | + * @return \Closure |
|
220 | 220 | */ |
221 | 221 | private function stringToArray() |
222 | 222 | { |
@@ -226,7 +226,7 @@ discard block |
||
226 | 226 | } |
227 | 227 | |
228 | 228 | /** |
229 | - * @return callable |
|
229 | + * @return \Closure |
|
230 | 230 | */ |
231 | 231 | private function isNotHash() |
232 | 232 | { |
@@ -246,7 +246,7 @@ discard block |
||
246 | 246 | /** |
247 | 247 | * @param string $node |
248 | 248 | * |
249 | - * @return callable |
|
249 | + * @return \Closure |
|
250 | 250 | */ |
251 | 251 | private function nodeRequiredIfEnabled($node) |
252 | 252 | { |