1
0
mirror of https://github.com/danog/psalm.git synced 2024-12-14 18:36:58 +01:00
psalm/src/CodeInspector/Issue/ScopeError.php

8 lines
78 B
PHP
Raw Normal View History

2016-06-10 00:08:25 +02:00
<?php
namespace CodeInspector\Issue;
class ScopeError extends CodeError
{
}