8 lines
196 B
PHP
8 lines
196 B
PHP
<?php
|
|
/*
|
|
* This file configures dynamic return type support for factory methods in PhpStorm
|
|
*/
|
|
|
|
namespace PHPSTORM_META {
|
|
override(\Symfony\Component\Messenger\Envelope::last(), type(0));
|
|
}
|