master #3
@ -11,7 +11,7 @@ services:
|
|||||||
|
|
||||||
php:
|
php:
|
||||||
- 7.4
|
- 7.4
|
||||||
- nightly
|
- 8
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres
|
- psql -c 'DROP DATABASE IF EXISTS test;' -U postgres
|
||||||
|
@ -59,9 +59,8 @@ final class ConnectionManager {
|
|||||||
* Prevent serialization of this object
|
* Prevent serialization of this object
|
||||||
*
|
*
|
||||||
* @throws DomainException
|
* @throws DomainException
|
||||||
* @return void
|
|
||||||
*/
|
*/
|
||||||
public function __sleep(): void
|
public function __sleep()
|
||||||
{
|
{
|
||||||
throw new DomainException('No serializing of singleton');
|
throw new DomainException('No serializing of singleton');
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user