1
0
mirror of https://github.com/e107inc/e107.git synced 2025-10-18 16:26:20 +02:00

Improved code completion in PHPStorm

This commit is contained in:
Cameron
2018-07-22 11:01:21 -07:00
parent ad9935b666
commit ab35c8a1df
2 changed files with 3 additions and 2 deletions

View File

@@ -11,9 +11,9 @@
class e_arrayTest extends \Codeception\Test\Unit
{
/** @var e_array */
private $arrObj;
protected function _before()
{
try