1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 18:36:58 +01:00
psalm/src/Psalm/Issue/MixedOperand.php
2016-12-24 18:29:11 +00:00

7 lines
71 B
PHP

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