-
Puli investigation
-
form collection rewrite
-
Push on the preExecute: sensiolabs/SensioFrameworkExtraBundle#344 (comment)
-
Broken images (symfony/symfony-docs#4600)
-
generator commands
-
getting started process
-
cache:clear issue (#12893)
-
vagrant
-
OptionsResolver BC break #12809
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 | |
| namespace AppBundle\Api; | |
| use Symfony\Component\HttpFoundation\Response; | |
| /** | |
| * A wrapper for holding data to be used for a application/problem+json response | |
| */ | |
| class ApiProblem | |
| { |
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 | |
| namespace AppBundle\Tests\Controller\Api; | |
| use Doctrine\Common\DataFixtures\Purger\ORMPurger; | |
| use Doctrine\ORM\EntityManager; | |
| use Exception; | |
| use GuzzleHttp\Client; | |
| use GuzzleHttp\Message\ResponseInterface; | |
| use GuzzleHttp\Subscriber\History; |
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 | |
| class UniversityExtension extends \Twig_Extension | |
| { | |
| private $container; | |
| /** | |
| * An internal cache used to prevent creating this chain loader multiple times | |
| */ | |
| private $twigChainLoader; |
| Name | Type | Length | nullable | unique |
|---|---|---|---|---|
| firstName | string | 255 | false | false |
| string | 128 | false | true |
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 Behat\MinkExtension\Context\MinkContext; | |
| use Behat\Symfony2Extension\Context\KernelAwareInterface; | |
| use Symfony\Component\HttpKernel\KernelInterface; | |
| class FeatureContext extends MinkContext implements KernelAwareInterface | |
| { | |
| private $kernel; |
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 | |
| $builder->add( | |
| $builder->create('issue', 'text') | |
| ->addModelTransformer(new CallbackTransformer( | |
| function($val) { return 'foo'; }, | |
| function($val) { return 'bar'; }, | |
| )) | |
| ); |
Whether you're in Warsaw or remote and no matter what you're level of Symfony or how you feel about your English (I'm sure it's just fine), we have plenty of things we need help with! This document will guide you through everything:
In Warsaw of course! But also on Freenode in the #symfony-docs channel. Come hang out!
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
| Symfony: https://github.com/symfony/symfony-docs/commit/0bcc16bf9b8f67c349b12a17d88d5fa8251f51d0 | |
| Django: https://github.com/django/django/commit/c0a2daad78c66def2ce6592977b78dab6475dd53 | |
| Rails: https://github.com/rails/rails/commit/6f0fb7ba25b288ed8930b117a5db51123e6df582 | |
| libuv: https://github.com/joyent/libuv/pull/1015/files |