1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-15 19:07:00 +01:00
psalm/src/Psalm/Issue/NullIterator.php

7 lines
71 B
PHP
Raw Normal View History

2017-05-22 17:59:58 +02:00
<?php
namespace Psalm\Issue;
class NullIterator extends CodeError
{
}