@@ -39,7 +39,7 @@ |
||
| 39 | 39 | ->prototype('scalar')->end() |
| 40 | 40 | ->end() |
| 41 | 41 | ->validate() |
| 42 | - ->ifTrue(function ($v) { |
|
| 42 | + ->ifTrue(function($v) { |
|
| 43 | 43 | return !array_key_exists('TY', $v); |
| 44 | 44 | }) |
| 45 | 45 | ->thenInvalid('TY field is mandatory') |