1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-08 05:58:38 +01:00
psalm/src/Psalm/Issue/RawObjectIteration.php
2017-11-14 22:55:48 -05:00

7 lines
77 B
PHP

<?php
namespace Psalm\Issue;
class RawObjectIteration extends CodeError
{
}