Skip to content

Instantly share code, notes, and snippets.

@JStiller
Created April 8, 2020 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JStiller/27534cc7b6218e051c194885c109c455 to your computer and use it in GitHub Desktop.
Save JStiller/27534cc7b6218e051c194885c109c455 to your computer and use it in GitHub Desktop.
dynamicReturnType for OXID eSales
<?php
namespace PHPSTORM {
override(\oxNew(0), map([
'' => '@'
]));
override(\oxUtilsObject::oxNew(0), map([
'' => '@'
]));
override(\oxUtilsObject::_getObject(0), map([
'' => '@'
]));
override(\oxRegistry::get(0), map([
'' => '@'
]));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment