Fix two more php-finding regexes
authorElliott Eggleston <ejegg@ejegg.com>
Fri, 21 Feb 2020 01:34:13 +0000 (20:34 -0500)
committerElliott Eggleston <ejegg@ejegg.com>
Fri, 21 Feb 2020 01:46:05 +0000 (20:46 -0500)
commit3ba93c648f0ea5959f408294165726d98425d65f
treec0f6d8ce7055677075193b2779dcf5d35379ee1f
parent8221410902daeb3eebdd1a316c4507049319b888
Fix two more php-finding regexes

Before: Civi code living under a path containing the characters php
(such as ~/src/php/civicrm) will fail to load the API4 explorer with
a message like the following:
    ReflectionException: "Class \Civi\Api4\src does not exist"

After: API4 explorer loads no matter what the enclosing path

Very similar to PR #16377
Civi/Api4/Action/Entity/Get.php
Civi/Api4/Action/GetActions.php