mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
Fix PHP syntax errors.
This commit is contained in:
parent
a7af30c378
commit
39dcc59a0c
@ -97,6 +97,7 @@ class CountPerson implements ExportInterface
|
|||||||
// for all value, we do not process them and return them
|
// for all value, we do not process them and return them
|
||||||
// immediatly
|
// immediatly
|
||||||
return $value;
|
return $value;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -34,8 +34,8 @@ class ItemController extends Controller {
|
|||||||
return $this->render('ChillMyBundle:Item:list.html.twig', array(
|
return $this->render('ChillMyBundle:Item:list.html.twig', array(
|
||||||
'items' => $items,
|
'items' => $items,
|
||||||
'paginator' => $paginator
|
'paginator' => $paginator
|
||||||
);
|
)
|
||||||
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user