contributte / forms-multiplier

:repeat: Form multiplier & replicator for Nette Framework
https://contributte.org/packages/contributte/forms-multiplier.html
MIT License
26 stars 21 forks source link

Fix build #46

Closed Mistrfilda closed 4 years ago

Mistrfilda commented 4 years ago

Hello,

my attempt to fix build :)

$copyNumber--; - fails on

SlevomatCodingStandard.Operators.DisallowIncrementAndDecrementOperators.DisallowedPostDecrementOperator

If I change that to $copyNumber -= 1; then it fails on

Squiz.Operators.IncrementDecrementUsage.Found