mirror of
https://github.com/danog/psalm.git
synced 2024-12-12 09:19:40 +01:00
2b4b55fd33
Fixes #1155
7 lines
66 B
PHP
7 lines
66 B
PHP
<?php
|
|
namespace Psalm\Issue;
|
|
|
|
class NoValue extends CodeIssue
|
|
{
|
|
}
|