Skip to content

Commit

Permalink
Updating dallgoot/yaml for PHP 8.2 compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaboesch committed Sep 24, 2023
1 parent b16ad9a commit ab07b4c
Show file tree
Hide file tree
Showing 152 changed files with 4,526 additions and 3,049 deletions.
62 changes: 0 additions & 62 deletions .github/workflows/moodle-plugin-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,74 +58,12 @@ jobs:
- php: 8.0
moodle-branch: MOODLE_401_STABLE
database: mariadb
- php: 7.4
moodle-branch: MOODLE_401_STABLE
database: pgsql
- php: 7.4
moodle-branch: MOODLE_401_STABLE
database: mariadb
- php: 8.0
moodle-branch: MOODLE_400_STABLE
database: pgsql
- php: 8.0
moodle-branch: MOODLE_400_STABLE
database: mariadb
- php: 7.4
moodle-branch: MOODLE_400_STABLE
database: pgsql
- php: 7.4
moodle-branch: MOODLE_400_STABLE
database: mariadb
- php: 7.4
moodle-branch: MOODLE_311_STABLE
database: pgsql
- php: 7.4
moodle-branch: MOODLE_311_STABLE
database: mariadb
- php: 7.4
moodle-branch: MOODLE_310_STABLE
database: pgsql
- php: 7.4
moodle-branch: MOODLE_310_STABLE
database: mariadb
- php: 7.4
moodle-branch: MOODLE_39_STABLE
database: pgsql
- php: 7.4
moodle-branch: MOODLE_39_STABLE
database: mariadb

- php: 7.3
moodle-branch: MOODLE_311_STABLE
database: pgsql
- php: 7.3
moodle-branch: MOODLE_311_STABLE
database: mariadb
- php: 7.3
moodle-branch: MOODLE_310_STABLE
database: pgsql
- php: 7.3
moodle-branch: MOODLE_310_STABLE
database: mariadb
- php: 7.3
moodle-branch: MOODLE_39_STABLE
database: pgsql
- php: 7.3
moodle-branch: MOODLE_39_STABLE
database: mariadb

- php: 7.2
moodle-branch: MOODLE_310_STABLE
database: pgsql
- php: 7.2
moodle-branch: MOODLE_310_STABLE
database: mariadb
- php: 7.2
moodle-branch: MOODLE_39_STABLE
database: pgsql
- php: 7.2
moodle-branch: MOODLE_39_STABLE
database: mariadb

steps:
- name: Check out repository code
Expand Down
2 changes: 1 addition & 1 deletion amd/build/questionnaire.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/build/questionnaire.min.js.map

Large diffs are not rendered by default.

17 changes: 0 additions & 17 deletions amd/src/report.js

This file was deleted.

1 change: 1 addition & 0 deletions classes/model/template/parametrized_template_criterion.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
/**
* The parametrized template criterion class
*/
#[AllowDynamicProperties]
class parametrized_template_criterion {
/** @var int The id */
public $id;
Expand Down
1 change: 1 addition & 0 deletions classes/repository/model/db_parametrized_criterion.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
/**
* The database parametrized criterion class
*/
#[AllowDynamicProperties]
class db_parametrized_criterion {
/**
* @var
Expand Down
Binary file added classes/vendor/.DS_Store
Binary file not shown.
7 changes: 0 additions & 7 deletions classes/vendor/autoload.php

This file was deleted.

4 changes: 2 additions & 2 deletions classes/vendor/composer/ClassLoader.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
*
* @author Fabien Potencier <[email protected]>
* @author Jordi Boggiano <[email protected]>
* @see http://www.php-fig.org/psr/psr-0/
* @see http://www.php-fig.org/psr/psr-4/
* @see https://www.php-fig.org/psr/psr-0/
* @see https://www.php-fig.org/psr/psr-4/
*/
class ClassLoader
{
Expand Down
Loading

0 comments on commit ab07b4c

Please sign in to comment.