Skip to content

Commit

Permalink
1.6.2 (#13)
Browse files Browse the repository at this point in the history
* v1.6.2 [improvement] XML reader refactoring. Implement validations:  Choice, Expression

* v1.6.2 [statics] Fix psalm, phpstan, cs

* v1.6.2 [fix] minor changes
  • Loading branch information
Asisyas authored Feb 17, 2023
1 parent 6f49da4 commit 8dac2ee
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 868 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ phpunit.xml
coverage/
.php-cs-fixer.php
phpstan.neon
tests/Unit/Out/
tests/Unit/Out/
example/out/
1 change: 1 addition & 0 deletions example/example.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<not_blank />
<greater_than value="18" />
<less_than value="100" />
<less_than value="200" groups="extended"/>
</validation>
</property>
<property name="email" type="string">
Expand Down
94 changes: 0 additions & 94 deletions example/out/Simple/SimpleObjectTransfer.php

This file was deleted.

Loading

0 comments on commit 8dac2ee

Please sign in to comment.