Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

v5.1.0

Choose a tag to compare

@prisis prisis released this 11 Oct 11:39
09a3ae4

fix: Disable method_separation fixer

feat: upgraded kubawerlos/php-cs-fixer-custom-fixers version
feat: added new fixers

{
	"DataProviderNameFixer": true,
	"NoUselessSprintfFixer": true,
	"PhpUnitNoUselessReturnFixer": true,
	"SingleLineThrowFixer": true,
	"NoDuplicatedImportsFixer": true,
	"DataProviderReturnTypeFixer": true,
	"CommentSurroundedBySpacesFixer": true
}

feat: updated phpstan rules
feat: added testing-helper to use assertArraySubset
feat: upgraded php version

style: cs fixes