Support the ongoing development of Laravel.io →
Laravel
Last updated 1 year ago.
0

5.5 requires PHP 7.

A new feature in version 7 is the Null coalescing operator, which is used in the helpers file on line 233.

if (is_string($arguments[0])) { return app('cache')->get($arguments[0], $arguments[1] ?? null); }

http://php.net/manual/en/migration70.new-features.php

0

Sign in to participate in this thread!

Eventy

Your banner here too?

Moderators

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.