radar3301
radar3301
I can confirm I have the exact same problem. Notepad++ v7.9 (32-bit) Build time : Sep 22 2020 - 03:24:22 Path : C:\Program Files (x86)\Notepad++\notepad++.exe Admin mode : OFF Local...
Line 546: `elseif (is_object($where[3]) && ($where[3] instanceof BaseQuery))` should be: `elseif (is_object($where[3]) && ($where[3] instanceof SelectBase))`
@xabbuh @yceruto any comments?
What is it going to take to get this approved?
Closing as "Symfony will not implement" due to lack of review/approval. Extremely disappointing.
Requesting review from @fabpot @stof @Tobion
Then again... maybe there is code out there using stringable objects as keys to session values, i.e. `set({stringable object}, $value)`?
Either way, it seems like changing to ``` public function replace(array $attributes) { $this->attributes = $attributes; } ``` should safe no matter what, since array keys can only be either...