Closed cbleek closed 6 years ago
@kilip we've forgotten to make the orders module php7 ready. Code works on php5.6 but not on php7.2
Can you take a look?
Yes, I can work on this issue
@cbleek my pull request build still failed, looks like we need to fix travis build. I will make a pull request again after the build is fixed.
Travis build fixed, module compatible with php 7 now
https://php7.yawik.org/de/admin throws the following error (if loggedin as admin)
[2018-10-15 10-41-20] Compile Error: Declaration of Orders\Repository\Orders::create(array $data = Array, $counterName = NULL, $counterFormat = NULL) must be compatible with Core\Repository\AbstractRepository::create(?array $data = NULL, $persist = false) in /var/www/YAWIK/module/Orders/src/Repository/Orders.php:0 @ https://php7.yawik.org/de/admin @@ exception--2018-10-15--08-48--55d470d055.html
Compile Error
Declaration of Orders\Repository\Orders::create(array $data = Array, $counterName = NULL, $counterFormat = NULL) must be compatible with Core\Repository\ AbstractRepository::create(?array $data = NULL, $persist = false) search?