Closed MGatner closed 2 years ago
Something is up with GitHub Actions. I will rerun the jobs in a bit.
@MGatner I mistakenly assumed that since this was a new repository, I could specify the types perfectly.
Mutation Testing makes the review difficult.
This is not related this PR, but I recommend to add final
keyword to all classes that you do not intend to be extended.
Mutation Testing makes the review difficult.
The mutation annotations will mostly be beyond any actual modified code. GitHub usually puts a line in there that tells you when there are no more changes, if that helps.
This is not related this PR, but I recommend to add
final
keyword to all classes that you do not intend to be extended.
I fully agree. Also every method should be consider for scope, final
, and @internal
. The framework has taught us how important it is to get this right before initial release.
Something is screwy with GitHub Actions authentication. All of these tests have passed and the only change was specifying the Time
return type so I am going to proceed.
This PR switches the underlying toolkit to use the CodeIgniter DevKit. Some things to point out: