Skip to content

Instantly share code, notes, and snippets.

View gnugat's full-sized avatar
💭
Gathered friends, listen again to the legends of Bionicle!

Loïc Faugeron gnugat

💭
Gathered friends, listen again to the legends of Bionicle!
View GitHub Profile
@gnugat
gnugat / ExampleRepository.php
Last active June 6, 2019 09:32
Declaring a Doctrine Repository as a service and injecting it a dependency.
<?php
namespace Acme\DemoBundle\Repository;
use Acme\DemoBundle\Dependency;
use Doctrine\ORM\EntityRepository;
/**
* Get this repository directly from the container: it will set the $dependency attribute.
* If you get it using Doctrine's "getRepository()", don't forget to call setDependency().
@gnugat
gnugat / Command.php
Created October 9, 2013 10:57
What's wrong with this ?
<?php
class Command
{
/**
* Takes input's parameters to create an output (with a status code).
*
* @param InputInterface $input
*
* @return OutputInterface
@gnugat
gnugat / ACTUAL_OUTPUT
Created September 1, 2013 16:27
Incenteev/ParameterHandler in version 2.1@dev (on date 09/01/13) does not seem to support more than one depth level
Some parameters are missing. Please provide them.
extensions ({ Behat\Symfony2Extension\Extension: { mink_driver: true }, Behat\MinkExtension\Extension: { base_url: 'http://motivation-application.local/', default_session: symfony2 } }): ^Ĉ
@gnugat
gnugat / .gitignore
Last active December 21, 2015 22:48
Basic Stack - A C basic implementation
# Compiled file
a.out