You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP Fatal error: Cannot redeclare from() (previously declared in vendor/hoa/core/Consistency.php:890) in vendor/athari/yalinqo/YaLinqo/Linq.php on line 21
I don't like that it makes the code more fragile... I'd rather move the function into namespace, but use function is available only in PHP 5.6+. 😟 But adding this check won't hurt I guess.
I tried to use https://github.com/hoaproject/Ruler and https://github.com/Athari/YaLinqo in same project.
composer install failed with:
There is obvious collision in
from()
function. Hoa checks if function exists, I guess YaLinqo should do the same.The text was updated successfully, but these errors were encountered: