Code improvements (#1649)
* use global namespace for faster lookups * phpstan level 5
This commit is contained in:
@@ -26,7 +26,7 @@ class SqliteSessionInitSubscriberTest extends TestCase
|
||||
{
|
||||
$sut = new SqliteSessionInitSubscriber();
|
||||
$events = $sut->getSubscribedEvents();
|
||||
$this->assertTrue(in_array(Events::postConnect, $events));
|
||||
$this->assertTrue(\in_array(Events::postConnect, $events));
|
||||
}
|
||||
|
||||
public function testPostConnectWithSqlite()
|
||||
|
||||
Reference in New Issue
Block a user