Skip to content

Commit 01ea59e

Browse files
committed
Merge branch '2.8' into 3.3
* 2.8: [CS] Apply phpdoc_annotation_without_dot
2 parents e593f06 + 5dd25a5 commit 01ea59e

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
@@ -121,7 +121,7 @@ public function getFactory()
121121
*
122122
* @return $this
123123
*
124-
* @throws InvalidArgumentException In case the decorated service id and the new decorated service id are equals.
124+
* @throws InvalidArgumentException in case the decorated service id and the new decorated service id are equals
125125
*/
126126
public function setDecoratedService($id, $renamedId = null, $priority = 0)
127127
{

ParameterBag/ParameterBag.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public function resolve()
167167
*
168168
* @throws ParameterNotFoundException if a placeholder references a parameter that does not exist
169169
* @throws ParameterCircularReferenceException if a circular reference if detected
170-
* @throws RuntimeException when a given parameter has a type problem.
170+
* @throws RuntimeException when a given parameter has a type problem
171171
*/
172172
public function resolveValue($value, array $resolving = array())
173173
{
@@ -197,7 +197,7 @@ public function resolveValue($value, array $resolving = array())
197197
*
198198
* @throws ParameterNotFoundException if a placeholder references a parameter that does not exist
199199
* @throws ParameterCircularReferenceException if a circular reference if detected
200-
* @throws RuntimeException when a given parameter has a type problem.
200+
* @throws RuntimeException when a given parameter has a type problem
201201
*/
202202
public function resolveString($value, array $resolving = array())
203203
{

0 commit comments

Comments
 (0)