-
Notifications
You must be signed in to change notification settings - Fork 7
Update editorconfig #14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Update Composer dependencies
Fix readme
* Changed to constructor property promotion where possible * Added type-hinting where possible * Cleaned up docblocks
Update to PHP 8.x
Update PHPUnit's config with some randomness
Remove debugging echo left in
Create Github action for running PHPUnit w/coverage
Update to the test file with some interactivity
Add signal handling to test bot runner
Update Composer dependencies
Allow getting the server's name from the IrcClient
Will write out the coverage report to vendor/coverage.
Add code coverage script to Composer
Also, split autoload-dev out.
Add "all" target to Composer scripts for running all checks
Upgrade to PHPUnit 11
Add missing namespaces
Rename package for Packagist
Update to PHPStan 2.0, fix all issues
PHP-cs-fixer
Fix the namespace for test files
Minor code cleanup, converted IrcCommand to an enum
Started with those documented on https://modern.ircdocs.horse/#rplisupport-parameters
We're using some PHP8.3+ features (typed constants).
When connecting to a server, clients will now parse and store the features the server advertises that it supports.
Since I don't use Style CI or Travis, we don't need the configs.
* Changed message constructors to agree on parameter names. * Made a bunch of things readonly that could be. * Add Override attribute where appropriate. * Fixed spelling in a couple of comments.
Remove unused configs
PHP cleanup
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.