We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde1387 commit 6aff50aCopy full SHA for 6aff50a
Store/PdoStore.php
@@ -145,7 +145,7 @@ public function save(Key $key)
145
*/
146
public function waitAndSave(Key $key)
147
{
148
- @trigger_error(sprintf('%s() is deprecated since Symfony 4.4 and will be removed in Symfony 5.0.', __METHOD__));
+ @trigger_error(sprintf('%s() is deprecated since Symfony 4.4 and will be removed in Symfony 5.0.', __METHOD__), E_USER_DEPRECATED);
149
throw new NotSupportedException(sprintf('The store "%s" does not supports blocking locks.', __METHOD__));
150
}
151
0 commit comments