Removed declare(strict_types=1) in DispatchAfterCurrentBusStamp

This commit is contained in:
Valentin Udaltsov 2019-11-10 12:50:21 +03:00
parent 72166c439d
commit 7b9f752b47
1 changed files with 0 additions and 2 deletions

View File

@ -9,8 +9,6 @@
* file that was distributed with this source code.
*/
declare(strict_types=1);
namespace Symfony\Component\Messenger\Stamp;
/**