Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 05e488f

Browse filesBrowse files
committed
fixed CS
1 parent 5c0acfb commit 05e488f
Copy full SHA for 05e488f

File tree

Expand file treeCollapse file tree

3 files changed

+5
-4
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+5
-4
lines changed

‎src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ protected function getTemplateManager()
370370

371371
return $this->templateManager;
372372
}
373-
373+
374374
private function denyAccessIfProfilerDisabled()
375375
{
376376
if (null === $this->profiler) {

‎src/Symfony/Component/Form/FormInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/FormInterface.php
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,11 @@ public function getErrors($deep = false, $flatten = true);
113113
* @return $this
114114
*
115115
* @throws Exception\AlreadySubmittedException If the form has already been submitted
116-
* @throws Exception\LogicException If the view data does not match the expected type
117-
* according to {@link FormConfigInterface::getDataClass}.
116+
* @throws Exception\LogicException if the view data does not match the expected type
117+
* according to {@link FormConfigInterface::getDataClass}
118118
* @throws Exception\RuntimeException If listeners try to call setData in a cycle or if
119119
* the form inherits data from its parent
120-
* @throws Exception\TransformationFailedException If the synchronization failed.
120+
* @throws Exception\TransformationFailedException if the synchronization failed
121121
*/
122122
public function setData($modelData);
123123

‎src/Symfony/Component/Ldap/Adapter/EntryManagerInterface.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Ldap/Adapter/EntryManagerInterface.php
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
* @author Kevin Schuurmans <kevin.schuurmans@freshheads.com>
2424
*
2525
* The move() methods must be added to the interface in Symfony 5.0
26+
*
2627
* @method void move(Entry $entry, string $newParent) Moves an entry on the Ldap server
2728
*/
2829
interface EntryManagerInterface

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.