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 213f015

Browse filesBrowse files
Conrad BarthelmesConrad Barthelmes
Conrad Barthelmes
authored and
Conrad Barthelmes
committed
#48167 revert formatting
1 parent 783acef commit 213f015
Copy full SHA for 213f015

File tree

1 file changed

+1
-2
lines changed
Filter options

1 file changed

+1
-2
lines changed

‎src/Symfony/Component/Form/Extension/Core/DataAccessor/PropertyPathAccessor.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Extension/Core/DataAccessor/PropertyPathAccessor.php
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ private function getPropertyValue($data, PropertyPathInterface $propertyPath, Fo
109109

110110
if (!$e instanceof UninitializedPropertyException
111111
// For versions without UninitializedPropertyException check the exception message
112-
&& (class_exists(UninitializedPropertyException::class) || false === strpos($e->getMessage(),
113-
'You should initialize it'))
112+
&& (class_exists(UninitializedPropertyException::class) || false === strpos($e->getMessage(), 'You should initialize it'))
114113
) {
115114
throw $e;
116115
}

0 commit comments

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