Skip to content

Instantly share code, notes, and snippets.

@oqq
Created October 10, 2018 16:36
Show Gist options
  • Save oqq/b17f50232c96c6ef2a6c7c85eca7afda to your computer and use it in GitHub Desktop.
Save oqq/b17f50232c96c6ef2a6c7c85eca7afda to your computer and use it in GitHub Desktop.
PhpStorm meta file for Prophecy
<?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