Skip to content

Commit 2dd5489

Browse files
committed
Revert "Delete UnresolvableQueryInvalidAfterSimulationException.php"
This reverts commit 1748524.
1 parent 3f62618 commit 2dd5489

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?php
2+
3+
declare(strict_types=1);
4+
5+
namespace staabm\PHPStanDba;
6+
7+
/**
8+
* @api
9+
*/
10+
final class UnresolvableQueryInvalidAfterSimulationException extends UnresolvableQueryException
11+
{
12+
public static function getTip(): string
13+
{
14+
return 'Consider to simplify the query string construction.';
15+
}
16+
}

0 commit comments

Comments
 (0)