I hereby claim:
- I am janmikes on github.
- I am janmikes (https://keybase.io/janmikes) on keybase.
- I have a public key ASC3H-CPKz-07SgWuDC0OCidB7cPoS5t9z4BiuGyGPA1yQo
To claim this, I am signing this object:
| <?php | |
| declare(strict_types=1); | |
| namespace EAG\Packages\PHPStanRules; | |
| use EAG\Packages\MessageBus\Command\CommandBus; | |
| use Pepakriz\PHPStanExceptionRules\DynamicMethodThrowTypeExtension; | |
| use Pepakriz\PHPStanExceptionRules\UnsupportedClassException; | |
| use Pepakriz\PHPStanExceptionRules\UnsupportedFunctionException; |
I hereby claim:
To claim this, I am signing this object:
| DATABASE_USER=postgres | |
| DATABASE_PASSWORD=root | |
| DATABASE_DBNAME=test |
| #!/usr/bin/php | |
| <?php declare(strict_types=1); | |
| use Nette\Loaders\RobotLoader; | |
| use Nette\Utils\FileSystem as NetteFileSystem; | |
| use Nette\Utils\Finder; | |
| use Nette\Utils\Strings; | |
| require __DIR__ . '/../vendor/autoload.php'; |
| #### | |
| ## Production build | |
| #### | |
| FROM php:7.1-apache as production | |
| MAINTAINER Jan Mikeš [email protected] | |
| ## Install composer globally | |
| RUN curl -sS https://getcomposer.org/installer | php \ | |
| && mv composer.phar /usr/local/bin/composer |
| <?php declare (strict_types=1); | |
| namespace OdbavTo\App\Presenters; | |
| use Nette\Application\IResponse; | |
| use Nette\Application\Request; | |
| use OdbavTo\App\HttpRequest\RequestBodyHelper; | |
| use OdbavTo\App\Responses\CreatedResponse; | |
| use OdbavTo\Application\CreateTicket\CreateTicketRequest; | |
| use OdbavTo\Application\CreateTicket\CreateTicketUseCase; |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project name="OdbavTo" default="createLocalConfig" basedir="."> | |
| <property environment="env" /> | |
| <property name="configFile" value="app/config/config.local.neon" /> | |
| <target name="createLocalConfig" description="Creates local config file"> | |
| <available file="${configFile}" property="configExists" /> | |
| <if> | |
| <isset property="configExists" /> | |
| <then> |
| Vygenerovat migrations, ktera smaze z commentu typu `(DC2Type:identity_uid)` |
| <?php declare(ticks=1, strict_types=1); | |
| require_once __DIR__ . '/../vendor/autoload.php'; | |
| use Arara\Process\Action\Command; | |
| use Arara\Process\Child; | |
| use Arara\Process\Control; | |
| use Kdyby\RabbitMq\DI\RabbitMqExtension; | |
| use Nette\DI\Container; |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <project name="OdbavTo" default="production" basedir="."> | |
| <property environment="env" /> | |
| <property name="configFile" value="app/config/config.testttt.neon" /> | |
| <target name="production" description="Creates local config file"> | |
| <available file="${configFile}" property="configExists" /> | |
| <echo msg="Config file: ${configFile}" /> | |
| <echo msg="Config exists: ${configExists}" /> | |
| <if> |