-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.phpstorm.meta.php
More file actions
19 lines (16 loc) · 859 Bytes
/
.phpstorm.meta.php
File metadata and controls
19 lines (16 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?php
namespace PHPSTORM_META {
use Smartling\Helpers\ArrayHelper;
use Smartling\Helpers\WordpressFunctionProxyHelper;
override(ArrayHelper::first(0), elementType(0));
override(\Inpsyde\MultilingualPress\resolve(0), type(0));
override(WordpressFunctionProxyHelper::apply_filters(0), type(1));
//exitPoints don't seem to work without a fully qualified class
exitPoint(\Smartling\Services\BaseAjaxServiceAbstract::returnError());
exitPoint(\Smartling\Services\BaseAjaxServiceAbstract::returnResponse());
exitPoint(\Smartling\Services\BaseAjaxServiceAbstract::returnSuccess());
exitPoint(\Smartling\WP\Controller\ConfigurationProfilesController::processCnqAction());
exitPoint(\Smartling\Helpers\WordpressFunctionProxyHelper::wp_send_json());
exitPoint(\wp_send_json());
exitPoint(\wp_send_json_error());
}