Skip to content

Commit 4a0382b

Browse files
committed
fixed CS
1 parent 9e78a06 commit 4a0382b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@ abstract protected function describeContainerAlias(Alias $alias, array $options
171171
/**
172172
* Describes a container parameter.
173173
*
174-
* @param parameter
175-
* @param array $options
174+
* @param string $parameter
175+
* @param array $options
176176
*/
177177
abstract protected function describeContainerParameter($parameter, array $options = array());
178178

src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,8 @@ private function getContainerAliasDocument(Alias $alias, $id = null)
375375
}
376376

377377
/**
378-
* @param $parameter
379-
* @param array $options
378+
* @param string $parameter
379+
* @param array $options
380380
*
381381
* @return \DOMDocument
382382
*/

0 commit comments

Comments
 (0)