This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
declare(strict_types=1); | |
namespace MyProject\Database; | |
use Doctrine\Bundle\DoctrineBundle; | |
use Doctrine\DBAL\Connection; | |
use Doctrine\DBAL\Driver; | |
use Doctrine\DBAL\Driver\API\ExceptionConverter; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
use MyCLabs\Enum\Enum; | |
use Doctrine\DBAL\Driver\Connection; | |
interface QueryExecutorInterface | |
{ | |
/** | |
* @psalm-template T | |
* @psalm-param Query<T> | |
* @psalm-return T |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2018-01-30 17:12:54.216 7f6047d50740 INFO logging contrib/epee/src/mlog.cpp:148 New log categories: *:WARNING,net:FATAL,net.p2p:FATAL,net.cn:FATAL,global:INFO,verify:FATAL,stacktrace:INFO,logging:INFO,msgwriter:INFO | |
2018-01-30 17:12:54.216 7f6047d50740 INFO logging contrib/epee/src/mlog.cpp:148 New log categories: *:WARNING,net:FATAL,net.p2p:FATAL,net.cn:FATAL,global:INFO,verify:FATAL,stacktrace:INFO,logging:INFO,msgwriter:INFO,net.p2p:DEBUG | |
2018-01-30 17:12:54.216 7f6047d50740 INFO global src/daemon/main.cpp:279 Monero 'Helium Hydra' (v0.11.1.0-release) | |
2018-01-30 17:12:54.221 7f6047d50740 INFO msgwriter src/common/scoped_message_writer.h:102 Forking to background... | |
2018-01-30 17:12:54.245 7f6047d50740 WARN daemon src/daemon/executor.cpp:62 Monero 'Helium Hydra' (v0.11.1.0-release) Daemonised | |
2018-01-30 17:12:54.245 7f6047d50740 INFO global src/daemon/protocol.h:55 Initializing cryptonote protocol... | |
2018-01-30 17:12:54.245 7f6047d50740 INFO global src/daemon/protocol.h:60 |