Open pixxelfactory opened 5 years ago
It does not work in php-classes when using type-hinting wich was introduced with php 7:
public function xyz(): bool { ... }
Please feel free to suggest a pull request, unfortunately I won't be able to update it myself any time soon.
It does not work in php-classes when using type-hinting wich was introduced with php 7:
public function xyz(): bool { ... }