1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-09 06:28:36 +01:00
psalm/src/CodeInspector/Issue/InvalidScalarArgument.php

8 lines
89 B
PHP
Raw Normal View History

<?php
namespace CodeInspector\Issue;
class InvalidScalarArgument extends CodeError
{
}