Skip to content

Commit cd3f78f

Browse files
committed
phpdoc fix and testing if this annotation is causing some CI grief
1 parent f432401 commit cd3f78f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

classes/external/external_api.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ class_alias(\core_external\external_api::class, \external_api::class);
2626

2727
/**
2828
* Backwards compatibility class for underlying core's external_api
29+
*
30+
* @package tool_dataflows
31+
* @author Kevin Pham <[email protected]>
32+
* @copyright Catalyst IT, 2023
33+
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
2934
*/
3035
class external_api extends \external_api {
3136
}

tests/tool_dataflows_web_service_flow_test.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
global $CFG;
2222
require_once(__DIR__ . '/application_trait.php');
2323

24-
use Symfony\Component\ExpressionLanguage\ExpressionLanguage;
2524
use Symfony\Component\Yaml\Yaml;
2625
use tool_dataflows\dataflow;
2726
use tool_dataflows\local\execution\engine;
@@ -35,7 +34,6 @@
3534
* @author Ghaly Marc-Alexandre <[email protected]>
3635
* @copyright 2022, Catalyst IT
3736
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
38-
* @runInSeparateProcess
3937
*/
4038
class tool_dataflows_web_service_flow_test extends \advanced_testcase {
4139
use application_trait;

0 commit comments

Comments
 (0)