mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-03 13:33:48 +00:00
cs: Second part - ignore test/app
subdirectory.
This commit is contained in:
@@ -35,6 +35,7 @@ class AddressRender implements ChillEntityRenderInterface
|
||||
|
||||
/**
|
||||
* @param Address addr
|
||||
* @param mixed $addr
|
||||
*/
|
||||
public function renderBox($addr, array $options): string
|
||||
{
|
||||
|
@@ -47,10 +47,10 @@ class FilterOrderHelper
|
||||
$this->checkboxes[$name] = [
|
||||
'choices' => $choices, 'default' => $default,
|
||||
'trans' => array_merge(
|
||||
$trans,
|
||||
0 < $missing ?
|
||||
$trans,
|
||||
0 < $missing ?
|
||||
array_fill(0, $missing, null) : []
|
||||
),
|
||||
),
|
||||
];
|
||||
|
||||
return $this;
|
||||
|
Reference in New Issue
Block a user