Skip to content

Commit

Permalink
Grouped runTestsInSeparateProcess, runInSeparateProcess, `preserv…
Browse files Browse the repository at this point in the history
…eGlobalState` together

See codeigniter4/CodeIgniter4#6788
  • Loading branch information
paulbalandan committed Oct 30, 2022
1 parent f1ca1fb commit 644b3ed
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,6 +4,10 @@ All notable changes to this library will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.6.2](https://github.com/CodeIgniter/coding-standard/compare/v1.6.1...v1.6.2) - 2022-10-30

- Grouped `runTestsInSeparateProcess`, `runInSeparateProcess`, `preserveGlobalState` together

## [v1.6.1](https://github.com/CodeIgniter/coding-standard/compare/v1.6.0...v1.6.1) - 2022-10-20

- Changed `@internal` description of class CodeIgniter4 to avoid warnings in phpstorm
1 change: 1 addition & 0 deletions src/CodeIgniter4.php
Original file line number Diff line number Diff line change
@@ -455,6 +455,7 @@ public function __construct()
['phpstan-pure', 'psalm-pure'],
['readonly', 'psalm-readonly'],
['return', 'phpstan-return', 'psalm-return'],
['runTestsInSeparateProcess', 'runInSeparateProcess', 'preserveGlobalState'],
['template', 'phpstan-template', 'psalm-template'],
['template-covariant', 'phpstan-template-covariant', 'psalm-template-covariant'],
['phpstan-type', 'psalm-type'],

0 comments on commit 644b3ed

Please sign in to comment.