Created
October 10, 2018 16:36
-
-
Save oqq/b17f50232c96c6ef2a6c7c85eca7afda to your computer and use it in GitHub Desktop.
PhpStorm meta file for Prophecy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace PHPSTORM_META { | |
override(\Prophecy\Argument::type(0), | |
map([ | |
'' => '@', | |
]) | |
); | |
override(\Prophecy\Argument::exact(0), | |
map([ | |
'' => '@', | |
]) | |
); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment