File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313- Fixed: "Error: The ProgressBar is not started" (#19 )
1414- Fixed: ""3" @param tags are expected but only "4" found" (#21 )
1515- Reworked the ` @param ` tag error detection and added new error messages
16+ - Added: A shebang to all the new PHARs distributed.
1617
1718## [ 5.2.1] - 2020-11-30
1819
Original file line number Diff line number Diff line change @@ -50,6 +50,9 @@ without any arguments:
5050
5151 $ php doctum.phar
5252
53+ Since 5.3.0 the phar does not require to use `php ` keyword anymore because the `shebang ` was added to the phar file.
54+ You can now call `doctum.phar ` directly.
55+
5356You can use our `GitHub marketplace action <https://github.com/marketplace/actions/action-doctum >`_ into your GitHub CI.
5457
5558Configuration
You can’t perform that action at this time.
0 commit comments