Skip to content

Commit

Permalink
phpdoc fix and testing if this annotation is causing some CI grief
Browse files Browse the repository at this point in the history
  • Loading branch information
keevan committed Jul 5, 2023
1 parent dae3455 commit fb1165b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions classes/external/external_api.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ class_alias(\core_external\external_api::class, \external_api::class);

/**
* Backwards compatibility class for underlying core's external_api
*
* @package tool_dataflows
* @author Kevin Pham <kevinpham@catalyst-au.net>
* @copyright Catalyst IT, 2023
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
class external_api extends \external_api {
}
2 changes: 0 additions & 2 deletions tests/tool_dataflows_web_service_flow_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
global $CFG;
require_once(__DIR__ . '/application_trait.php');

use Symfony\Component\ExpressionLanguage\ExpressionLanguage;
use Symfony\Component\Yaml\Yaml;
use tool_dataflows\dataflow;
use tool_dataflows\local\execution\engine;
Expand All @@ -35,7 +34,6 @@
* @author Ghaly Marc-Alexandre <marc-alexandreghaly@catalyst-ca.net>
* @copyright 2022, Catalyst IT
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
* @runInSeparateProcess
*/
class tool_dataflows_web_service_flow_test extends \advanced_testcase {
use application_trait;
Expand Down

0 comments on commit fb1165b

Please sign in to comment.