From 05e488f41813e851a47518a74af384becc35c3e3 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 6 Apr 2019 20:58:31 +0200 Subject: [PATCH] fixed CS --- .../WebProfilerBundle/Controller/ProfilerController.php | 2 +- src/Symfony/Component/Form/FormInterface.php | 6 +++--- .../Component/Ldap/Adapter/EntryManagerInterface.php | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php b/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php index 2dc1c62436..16284c42b3 100644 --- a/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php +++ b/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php @@ -370,7 +370,7 @@ class ProfilerController return $this->templateManager; } - + private function denyAccessIfProfilerDisabled() { if (null === $this->profiler) { diff --git a/src/Symfony/Component/Form/FormInterface.php b/src/Symfony/Component/Form/FormInterface.php index 5ed0376ed6..b73927f3bc 100644 --- a/src/Symfony/Component/Form/FormInterface.php +++ b/src/Symfony/Component/Form/FormInterface.php @@ -113,11 +113,11 @@ interface FormInterface extends \ArrayAccess, \Traversable, \Countable * @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); diff --git a/src/Symfony/Component/Ldap/Adapter/EntryManagerInterface.php b/src/Symfony/Component/Ldap/Adapter/EntryManagerInterface.php index 06ef4ddeec..2ca5706ca0 100644 --- a/src/Symfony/Component/Ldap/Adapter/EntryManagerInterface.php +++ b/src/Symfony/Component/Ldap/Adapter/EntryManagerInterface.php @@ -23,6 +23,7 @@ use Symfony\Component\Ldap\Exception\NotBoundException; * @author Kevin Schuurmans * * 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