Skip to content

Commit 1f10bc6

Browse files
committed
Merge branch '3.3' into 3.4
* 3.3: [CS] Apply phpdoc_annotation_without_dot bumped Symfony version to 3.3.10 updated VERSION for 3.3.9 updated CHANGELOG for 3.3.9 [DomCrawler] Fix conversion to int on GetPhpFiles Remove `protected_to_private` rule. Filtering empty uuids in ORMQueryBuilderLoader.
2 parents 7632d84 + 01ea59e commit 1f10bc6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Compiler/CheckCircularReferencesPass.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function process(ContainerBuilder $container)
5151
*
5252
* @param ServiceReferenceGraphEdge[] $edges An array of Edges
5353
*
54-
* @throws ServiceCircularReferenceException When a circular reference is found.
54+
* @throws ServiceCircularReferenceException when a circular reference is found
5555
*/
5656
private function checkOutEdges(array $edges)
5757
{

Definition.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public function getFactory()
123123
*
124124
* @return $this
125125
*
126-
* @throws InvalidArgumentException In case the decorated service id and the new decorated service id are equals.
126+
* @throws InvalidArgumentException in case the decorated service id and the new decorated service id are equals
127127
*/
128128
public function setDecoratedService($id, $renamedId = null, $priority = 0)
129129
{

ParameterBag/ParameterBag.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ public function resolve()
169169
*
170170
* @throws ParameterNotFoundException if a placeholder references a parameter that does not exist
171171
* @throws ParameterCircularReferenceException if a circular reference if detected
172-
* @throws RuntimeException when a given parameter has a type problem.
172+
* @throws RuntimeException when a given parameter has a type problem
173173
*/
174174
public function resolveValue($value, array $resolving = array())
175175
{
@@ -199,7 +199,7 @@ public function resolveValue($value, array $resolving = array())
199199
*
200200
* @throws ParameterNotFoundException if a placeholder references a parameter that does not exist
201201
* @throws ParameterCircularReferenceException if a circular reference if detected
202-
* @throws RuntimeException when a given parameter has a type problem.
202+
* @throws RuntimeException when a given parameter has a type problem
203203
*/
204204
public function resolveString($value, array $resolving = array())
205205
{

0 commit comments

Comments
 (0)