Merge branch '4.3' into 4.4

* 4.3:
  cs fix
This commit is contained in:
Nicolas Grekas 2019-08-14 15:25:51 +02:00
commit c8e15e182a

View File

@ -21,7 +21,6 @@ use Symfony\Component\Messenger\Transport\TransportInterface;
/**
* Transport that immediately marks messages as received and dispatches for handling.
*
*
* @author Ryan Weaver <ryan@symfonycasts.com>
*/
class SyncTransport implements TransportInterface