just released zenstruck/foundry 2.7
This release deprecates the proxy system in PHP 8.4 in favor of an auto-refresh mechanism which leverages PHP lazy objects. Huge milestone
We provide a Rector set in order to ease the upgrade
https://t.co/OfMt9qF3QK
@zenstruck#php#symfony
@dcblogdev I was looking forward to this, but it’s just a bad AI slop with hallucinated descriptions and made up features 🙁
I can’t recommend the “book” in the current state to anyone.
The best materials available about PHPStan are on the official website, https://t.co/Zd5hcSs5dm.
I am the current maintainer of Stylus. The Stylus library has been flagged as malicious lib, which has caused many lib and frameworks that depend on Stylus to fail to install. Please help me retweet this msg in the hope that the npmjs official team will take notice of this issue
@unnamed1tw @wottavm@Sairahcaz2k@brendt_gd in some cases, you'll neeed to make a union type nullable... so you'll have to write `Book|Comic|null` since `?Book|Comic` is not a valid syntax
so the consistency goes to union with null 😅
@brendt_gd yeah the union should be the only one used now, and `?` should be deprecated - since you cannot use something like `?Book|Comic`
the `?` comes from another time where union type did not exist