| Total Lines | 15 | 
| Code Lines | 10 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 0 | ||
| 1 | <?php  | 
            ||
| 29 | public function validValidateValuesProvider() : iterable  | 
            ||
| 30 |     { | 
            ||
| 31 | yield [  | 
            ||
| 
                                                                                                    
                        
                         | 
                |||
| 32 | ['foo' => 'bar'],  | 
            ||
| 33 | ['baz' => 42],  | 
            ||
| 34 | ['woof' => new stdClass()],  | 
            ||
| 35 | ['meow' => null],  | 
            ||
| 36 | [  | 
            ||
| 37 | 'multiple' => 1,  | 
            ||
| 38 |                 'items' => static function () : void { | 
            ||
| 39 | },  | 
            ||
| 40 |                 'with' => new class () { | 
            ||
| 41 | },  | 
            ||
| 42 | 'different' => null,  | 
            ||
| 43 | 'types' => 'test',  | 
            ||
| 44 | ],  | 
            ||
| 75 |