Skip to content

Commit

Permalink
fixed CS
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 6, 2019
1 parent 5c0acfb commit 05e488f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
Expand Up @@ -370,7 +370,7 @@ protected function getTemplateManager()

return $this->templateManager;
}

private function denyAccessIfProfilerDisabled()
{
if (null === $this->profiler) {
Expand Down
6 changes: 3 additions & 3 deletions src/Symfony/Component/Form/FormInterface.php
Expand Up @@ -113,11 +113,11 @@ public function getErrors($deep = false, $flatten = true);
* @return $this
*
* @throws Exception\AlreadySubmittedException If the form has already been submitted
* @throws Exception\LogicException If the view data does not match the expected type
* according to {@link FormConfigInterface::getDataClass}.
* @throws Exception\LogicException if the view data does not match the expected type
* according to {@link FormConfigInterface::getDataClass}
* @throws Exception\RuntimeException If listeners try to call setData in a cycle or if
* the form inherits data from its parent
* @throws Exception\TransformationFailedException If the synchronization failed.
* @throws Exception\TransformationFailedException if the synchronization failed
*/
public function setData($modelData);

Expand Down
Expand Up @@ -23,6 +23,7 @@
* @author Kevin Schuurmans <kevin.schuurmans@freshheads.com>
*
* The move() methods must be added to the interface in Symfony 5.0
*
* @method void move(Entry $entry, string $newParent) Moves an entry on the Ldap server
*/
interface EntryManagerInterface
Expand Down

0 comments on commit 05e488f

Please sign in to comment.