8000 fixed CS · symfony/symfony@8db8f90 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8db8f90

Browse files
committed
fixed CS
1 parent b1a4d56 commit 8db8f90

File tree

8 files changed

+21
-21
lines changed

8 files changed

+21
-21
lines changed

src/Symfony/Bridge/Doctrine/Form/ChoiceList/ORMQueryBuilderLoader.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ORMQueryBuilderLoader implements EntityLoaderInterface
3535
/**
3636
* Construct an ORM Query Builder Loader.
3737
*
38-
* @param QueryBuilder $queryBuilder The query builder for creating the query builder.
38+
* @param QueryBuilder $queryBuilder The query builder for creating the query builder
3939
*/
4040
public function __construct(QueryBuilder $queryBuilder)
4141
{

src/Symfony/Component/Config/Resource/FileResource.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public function __toString()
4444
}
4545

4646
/**
47-
* @return string|false The canonicalized, absolute path to the resource or false if the resource does not exist.
47+
* @return string|false The canonicalized, absolute path to the resource or false if the resource does not exist
4848
*/
4949
public function getResource()
5050
{

src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ protected function getConfiguredServiceService()
114114
* This service is shared.
115115
* This method always returns the same instance of the service.
116116
*
117-
* @return \stdClass A stdClass instance.
117+
* @return \stdClass A stdClass instance
118118
*/
119119
protected function getConfiguredServiceSimpleService()
120120
{
@@ -200,7 +200,7 @@ protected function getFactoryServiceService()
200200
* This service is shared.
201201
* This method always returns the same instance of the service.
202202
*
203-
* @return \Bar A Bar instance.
203+
* @return \Bar A Bar instance
204204
*/
205205
protected function getFactoryServiceSimpleService()
206206
{
@@ -378,7 +378,7 @@ protected function getConfiguratorServiceService()
378378
* If you want to be able to request this service from the container directly,
379379
* make it public, otherwise you might end up with broken code.
380380
*
381-
* @return \ConfClass A ConfClass instance.
381+
* @return \ConfClass A ConfClass instance
382382
*/
383383
protected function getConfiguratorServiceSimpleService()
384384
{
@@ -395,7 +395,7 @@ protected function getConfiguratorServiceSimpleService()
395395
* If you want to be able to request this service from the container directly,
396396
* make it public, otherwise you might end up with broken code.
397397
*
398-
* @return \SimpleFactoryClass A SimpleFactoryClass instance.
398+
* @return \SimpleFactoryClass A SimpleFactoryClass instance
399399
*/
400400
protected function getFactorySimpleService()
401401
{

src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ protected function getConfiguredServiceService()
122122
* This service is shared.
123123
* This method always returns the same instance of the service.
124124
*
125-
* @return \stdClass A stdClass instance.
125+
* @return \stdClass A stdClass instance
126126
*/
127127
protected function getConfiguredServiceSimpleService()
128128
{
@@ -195,7 +195,7 @@ protected function getFactoryServiceService()
195195
* This service is shared.
196196
* This method always returns the same instance of the service.
197197
*
198-
* @return \Bar A Bar instance.
198+
* @return \Bar A Bar instance
199199
*/
200200
protected function getFactoryServiceSimpleService()
201201
{

src/Symfony/Component/Intl/DateFormatter/IntlDateFormatter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ public static function create($locale, $datetype, $timetype, $timezone = null, $
189189
/**
190190
* Format the date/time value (timestamp) as a string.
191191
*
192-
* @param int|\DateTime $timestamp The timestamp to format.
192+
* @param int|\DateTime $timestamp The timestamp to format
193193
*
194194
* @return string|bool The formatted value or false if formatting failed
195195
*

src/Symfony/Component/Validator/Context/ExecutionContextInterface.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ public function isObjectInitialized($cacheKey);
237237
/**
238238
* Returns the violations generated by the validator so far.
239239
*
240-
* @return ConstraintViolationListInterface The constraint violation list.
240+
* @return ConstraintViolationListInterface The constraint violation list
241241
*/
242242
public function getViolations();
243243

@@ -250,7 +250,7 @@ public function getViolations();
250250
*
251251
* The current value is returned by {@link getValue}.
252252
*
253-
* @return mixed The root value of the validation.
253+
* @return mixed The root value of the validation
254254
*/
255255
public function getRoot();
256256

@@ -260,7 +260,7 @@ public function getRoot();
260260
* If you want to retrieve the object that was originally passed to the
261261
* validator, use {@link getRoot}.
262262
*
263-
* @return mixed The currently validated value.
263+
* @return mixed The currently validated value
264264
*/
265265
public function getValue();
266266

@@ -285,7 +285,7 @@ public function getMetadata();
285285
/**
286286
* Returns the validation group that is currently being validated.
287287
*
288-
* @return string The current validation group.
288+
* @return string The current validation group
289289
*/
290290
public function getGroup();
291291

@@ -296,7 +296,7 @@ public function getGroup();
296296
* {@link Mapping\ClassMetadataInterface} or if no metadata is available for the
297297
* current node, this method returns null.
298298
*
299-
* @return string|null The class name or null, if no class name could be found.
299+
* @return string|null The class name or null, if no class name could be found
300300
*/
301301
public function getClassName();
302302

@@ -307,7 +307,7 @@ public function getClassName();
307307
* {@link PropertyMetadataInterface} or if no metadata is available for the
308308
* current node, this method returns null.
309309
*
310-
* @return string|null The property name or null, if no property name could be found.
310+
* @return string|null The property name or null, if no property name could be found
311311
*/
312312
public function getPropertyName();
313313

src/Symfony/Component/Validator/Mapping/ClassMetadataInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public function isGroupSequenceProvider();
7979
/**
8080
* Check if there's any metadata attached to the given named property.
8181
*
82-
* @param string $property The property name.
82+
* @param string $property The property name
8383
*
8484
* @return bool
8585
*/
@@ -91,7 +91,7 @@ public function hasPropertyMetadata($property);
9191
* If your implementation does not support properties, simply throw an
9292
* exception in this method (for example a <tt>BadMethodCallException</tt>).
9393
*
94-
* @param string $property The property name.
94+
* @param string $property The property name
9595
*
9696
* @return PropertyMetadataInterface[] A list of metadata instances. Empty if
9797
* no metadata exists for the property.
@@ -101,7 +101,7 @@ public function getPropertyMetadata($property);
101101
/**
102102
* Returns the name of the backing PHP class.
103103
*
104-
* @return string The name of the backing class.
104+
* @return string The name of the backing class
105105
*/
106106
public function getClassName();
107107
}

src/Symfony/Component/Validator/Mapping/PropertyMetadataInterface.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,16 @@ interface PropertyMetadataInterface extends MetadataInterface
3434
/**
3535
* Returns the name of the property.
3636
*
37-
* @return string The property name.
37+
* @return string The property name
3838
*/
3939
public function getPropertyName();
4040

4141
/**
4242
* Extracts the value of the property from the given container.
4343
*
44-
* @param mixed $containingValue The container to extract the property value from.
44+
* @param mixed $containingValue The container to extract the property value from
4545
*
46-
* @return mixed The value of the property.
46+
* @return mixed The value of the property
4747
*/
4848
public function getPropertyValue($containingValue);
4949
}

0 commit comments

Comments
 (0)
0