We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 19 | class RecursiveExceptionIterator implements RecursiveIterator, Countable |
||
| 20 | { |
||
| 21 | private $exceptions; |
||
| 22 | |||
| 23 | 1 | public function __construct(NestedValidationException $parent) |
|
| 27 | |||
| 28 | public function count() |
||
| 32 | |||
| 33 | 1 | public function hasChildren() |
|
| 41 | |||
| 42 | 1 | public function getChildren() |
|
| 46 | |||
| 47 | 1 | public function current() |
|
| 51 | |||
| 52 | public function key() |
||
| 56 | |||
| 57 | 1 | public function next(): void |
|
| 61 | |||
| 62 | 1 | public function rewind(): void |
|
| 66 | |||
| 67 | 1 | public function valid() |
|
| 71 | } |
||
| 72 |