Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- * @var Bus
- */
- protected $bus;
- /**
- * @var Array
- */
- protected $filter;
- /**
- * @var Callable
- */
- protected $callback;
- // This doesn't work
- /**
- * @var Bus
- * @var Array
- * @var Callable
- */
- protected $bus, $array, $callable;
Advertisement
Add Comment
Please, Sign In to add comment