Skip to content

Commit e48de8b

Browse files
committed
Revert "Delete UnresolvableQueryInvalidAfterSimulationException.php"
This reverts commit 1748524.
1 parent 22afddb commit e48de8b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
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)