Anthony Clark

Results 9 issues of Anthony Clark

[`$config['bar_url']`](https://github.com/Behat/WebApiExtension/blob/master/src/ServiceContainer/WebApiExtension.php#L75) should be `$config['base_url']`

This PR drops support for [EOD PHP 7.3](https://phpreleases.com/api/releases/7.3.33).

This PR removes redundant linters and formatters. After Tighten Coding Standard is updated with the new ECS configurations there will be a bit of overlap between these two tools. I...

When Tighten Coding Standard [PR #9](https://github.com/tighten/tighten-coding-standard/pull/9) gets merged in we can simplify the tighten preset by removing lints and formatters covered by that tool. ## Linters - [AlphabeticalImports.php](https://github.com/tighten/tlint/blob/main/src/Linters/AlphabeticalImports.php) - [ClassThingsOrder.php](https://github.com/tighten/tlint/blob/main/src/Linters/ClassThingsOrder.php)...

When Tighten Coding Standard https://github.com/tighten/tighten-coding-standard/pull/9 gets merged in we will need to update the documentation to indicate how TLint fits into the Tighten standards ecosystem: - TLint - Tighten Coding...

As someone new to Twill, I was tripped up by the default blocks. This could be simply user error or education is needed. The other option would be to update...

Views should be handled differently than classes and allow us to use FQCN. This is useful when using PHP's new Enums.

This PR updates Laravel Zero to 11 which bumps the min PHP version to 8.2

This PR updates TLint to fail on linting issue when running `fix` With this changing the functionality of fixing to fail on linting issues this may require a major bump....