Skip to content

Instantly share code, notes, and snippets.

@Gesparo
Created August 21, 2018 06:23
Show Gist options
  • Save Gesparo/16aec12c4b0cbff090caab74187ce436 to your computer and use it in GitHub Desktop.
Save Gesparo/16aec12c4b0cbff090caab74187ce436 to your computer and use it in GitHub Desktop.
Heps PHPSTORM IDE understard return object from create factory
namespace PHPSTORM_META {
use App\Company;
override(\create(''), map([
Company::class => Company::class
]));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment