Thierry Goettelmann
Thierry Goettelmann
In my Entity, I have a property: ``` /** * @var int The account balance * * @ORM\Column(type="integer") * @ApiProperty(required=false) * @Assert\Type(type="integer") */ private $balance = 0; ``` I want...
Imagine this route: ``` feature_product: pattern: /category/{category}/feature-product/{product} defaults: _controller: MyBundle:MyController:feature product: ~ ``` And this action: ``` /** * @Template */ public function featureAction(Category $category, Product $product = null) {...
### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the relevant issue (e.g. `Fixes #007` or `See xoa-support#42`) - [ ] if...
### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the relevant issue (e.g. `Fixes #007` or `See xoa-support#42`) - [ ] if...
### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the relevant issue (e.g. `Fixes #007` or `See xoa-support#42`) - [ ] if...
### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the relevant issue (e.g. `Fixes #007` or `See xoa-support#42`) - [ ] if...
**Describe the bug** On macOS Terminal, or iTerm2 (not tested on Windows/Linux), when using the `word: true` option, there is a problem when typing the shorthand just after clearing the...
 ### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the relevant issue (e.g. `Fixes #007` or...
  ### Check list > Check if done, if not relevant leave unchecked. - [ ] PR reference the...
### Description _Short explanation of this PR (feel free to re-use commit message)_ ### Checklist - Commit - Title follows [commit conventions](https://bit.ly/commit-conventions) - Reference the relevant issue (`Fixes #007`, `See...