Skip to content

Commit cf48922

Browse files
committed
Fix some files [ci skip]
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 9e0d82f commit cf48922

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
- Skeleton ACP PHP files have correct visibility declarations for methods and properties now.
145145
- Skeleton config service files correctly encapsulate all strings in quotes that begin with @ and % per Symfony specifications.
146146
- Skeleton PHP files have all their DocBlocks updated to be consistent with PSR-5 recommendations.
147-
- Skeleton event class methods that do not use the $event variable do not have them defined as an argument (this is done to demonstrate that the $event argument is only needed if actually used in an event listener method).
147+
- Skeleton event class methods that do not use the `$event` variable do not have them defined as an argument (this is done to demonstrate that the `$event` argument is only needed if actually used in an event listener method).
148148
- Internal DocBlocks have been updated.
149149

150150
## 1.0.0 - 2016-08-04

skeleton/.github/workflows/tests.yml.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ jobs:
327327

328328
# START Other Tests Job (SQLite 3 and mssql)
329329
other-tests:
330-
runs-on: ubuntu-20.04 # TODO: Change back to 'ubuntu-22.04' when https://github.com/microsoft/mssql-docker/issues/899 resolved.
330+
runs-on: ubuntu-20.04
331331
strategy:
332332
matrix:
333333
include:

0 commit comments

Comments
 (0)