Skip to content

Commit

Permalink
Fix text syntax and formatting issues
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Telgenhof <[email protected]>
  • Loading branch information
stelgenhof committed Jan 2, 2024
1 parent c2b6410 commit c002e5a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 17 deletions.
14 changes: 5 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Change Log
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres
to [Semantic Versioning](http://semver.org).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

Expand Down Expand Up @@ -88,7 +88,7 @@ to [Semantic Versioning](http://semver.org).
monitoring station doesn't measure these.
- Minimum requirement for PHP to 7.1.0
- Updated package versions for PHPStan, Mockery and PHPUnit.
- Updated inline documentation (various).
- Updated in-line documentation (various).

### Fixed

Expand All @@ -97,18 +97,14 @@ to [Semantic Versioning](http://semver.org).
### Removed

- Removed type casting as variables are already of proper data type.
- Removed invalid syntaxCheck parameter from the PHPUnit XML configuration.
- Removed invalid `syntaxCheck` parameter from the PHPUnit XML configuration.

## [1.0.0] 2017-02-15

- Initial release

[Unreleased]: https://github.com/azuyalabs/waqi/compare/1.2.0...HEAD

[1.2.0]: https://github.com/azuyalabs/waqi/compare/1.1.0...1.2.0

[1.1.0]: https://github.com/azuyalabs/waqi/compare/1.0.1...1.1.0

[1.0.1]: https://github.com/azuyalabs/waqi/compare/1.0.0...1.0.1

[1.0.0]: https://github.com/azuyalabs/waqi/releases/tag/1.0.0
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ When contributing there are a few guidelines I would like you to keep in mind:
- **[PSR-12 Coding Standard](https://www.php-fig.org/psr/psr-12/)**
Please use the following command after you have completed your work:

``` bash
$ composer format
```shell
composer format
```

This will check/correct all the code for the PSR-12 Coding Standard using the
Expand All @@ -31,12 +31,12 @@ When contributing there are a few guidelines I would like you to keep in mind:
## Running Tests
``` bash
$ composer test
```shell
composer test
```
or alternatively run with:
,or alternatively run with:
``` bash
$ vendor/bin/phpunit
```shell
vendor/bin/phpunit
```
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Please refer to the below table for the supported versions of this project.
| < 1.0 | :x: |

As for supported PHP versions, this project only supports the actively supported versions of PHP. Currently, that is PHP
8.1 and 8.2. Please refer to the [supported versions](https://www.php.net/supported-versions.php) page, to find
8.2 and 8.3. Please refer to the [supported versions](https://www.php.net/supported-versions.php) page, to find
more details. When a version of PHP becomes EOL, generally a new release of this project will be issued that sunsets the
support of that retired PHP version.

Expand Down

0 comments on commit c002e5a

Please sign in to comment.