Skip to content

Commit 1b0cd39

Browse files
committed
Fix main
1 parent ca4151d commit 1b0cd39

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
420420
### Fixed
421421
* [AutoMapper] [GH#179](https://github.com/janephp/janephp/pull/179) Fixing incompatible changes in Symfony 5.0
422422

423-
[Unreleased]: https://github.com/jolicode/automapper/compare/9.4.1...HEAD
423+
[Unreleased]: https://github.com/jolicode/automapper/compare/9.5.0...HEAD
424+
[9.5.0]: https://github.com/janephp/janephp/compare/9.4.1...9.5.0
424425
[9.4.1]: https://github.com/janephp/janephp/compare/9.4.0...9.4.1
425426
[9.4.0]: https://github.com/janephp/janephp/compare/9.3.1...9.4.0
426427
[9.3.1]: https://github.com/janephp/janephp/compare/9.3.0...9.3.1

castor.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
use Castor\Attribute\AsTask;
66

7+
use function Castor\context;
78
use function Castor\PHPQa\php_cs_fixer;
89
use function Castor\PHPQa\phpstan;
9-
use function Castor\context;
1010
use function Castor\run;
1111

1212
#[AsTask('cs:check', namespace: 'qa', description: 'Check for coding standards without fixing them')]
@@ -77,7 +77,8 @@ function debug_mapper(string $source, string $target, string $load = '')
7777
}
7878

7979
#[AsTask('install', namespace: 'doc', description: 'Install tool for documentation (need poetry)')]
80-
function doc_install() {
80+
function doc_install()
81+
{
8182
run('poetry install');
8283
}
8384

0 commit comments

Comments
 (0)