I hereby claim:
- I am senseexception on github.
- I am senseexception (https://keybase.io/senseexception) on keybase.
- I have a public key ASBw0jNQUAIraJZB2_cSOATfh-7N8paAEOvCvpRB3EfUKQo
To claim this, I am signing this object:
build: | |
nodes: | |
analysis: | |
environment: | |
apt_packages: | |
- libmagickwand-dev | |
- libmagickcore-dev | |
php: | |
version: 7.3 | |
pecl_extensions: |
I hereby claim:
To claim this, I am signing this object:
<?php | |
use Doctrine\DBAL\Connection; | |
use Symfony\Component\Console\Helper\QuestionHelper; | |
use Symfony\Component\Console\Helper\Table; | |
use Symfony\Component\Console\Input\InputInterface; | |
use Symfony\Component\Console\Output\OutputInterface; | |
use Symfony\Component\Console\Question\ChoiceQuestion; | |
class Profiler |
<?php | |
class FrozenXmlArrayAccess implements ArrayAccess | |
{ | |
/** | |
* @var SimpleXMLElement | |
*/ | |
private $xml; | |
/** |