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
The symfony/process v6.0 has added a static return type to the Process::mustRun method. Mocking methods using such return type isn't supported until the phpspec/prophecy#621 is merged.
Using Symfony 5.0 for now and looking for Prophecy release to expand Symfony component support to 7.x at least.
The text was updated successfully, but these errors were encountered:
The
symfony/process
v6.0 has added astatic
return type to theProcess::mustRun
method. Mocking methods using such return type isn't supported until the phpspec/prophecy#621 is merged.Using Symfony 5.0 for now and looking for Prophecy release to expand Symfony component support to 7.x at least.
The text was updated successfully, but these errors were encountered: