Skip to content

Commit cf3e239

Browse files
committed
consistent dot at end of sentence
1 parent 2dc5470 commit cf3e239

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

DependencyInjection/Configuration.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ private function createClientPluginNode()
395395
/**
396396
* Add the definitions for shared plugin configurations.
397397
*
398-
* @param ArrayNodeDefinition $pluginNode The node to add to.
398+
* @param ArrayNodeDefinition $pluginNode the node to add to
399399
* @param bool $disableAll Some shared plugins are enabled by default. On the client, all are disabled by default.
400400
*/
401401
private function addSharedPluginNodes(ArrayNodeDefinition $pluginNode, $disableAll = false)
@@ -493,7 +493,7 @@ private function addSharedPluginNodes(ArrayNodeDefinition $pluginNode, $disableA
493493
/**
494494
* Create configuration for authentication plugin.
495495
*
496-
* @return NodeDefinition Definition for the authentication node in the plugins list.
496+
* @return NodeDefinition definition for the authentication node in the plugins list
497497
*/
498498
private function createAuthenticationPluginNode()
499499
{
@@ -584,7 +584,7 @@ private function validateAuthenticationType(array $expected, array $actual, $aut
584584
/**
585585
* Create configuration for cache plugin.
586586
*
587-
* @return NodeDefinition Definition for the cache node in the plugins list.
587+
* @return NodeDefinition definition for the cache node in the plugins list
588588
*/
589589
private function createCachePluginNode()
590590
{

DependencyInjection/HttplugExtension.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ private function configurePlugins(ContainerBuilder $container, array $config)
142142
* @param Definition $definition
143143
* @param array $config
144144
* @param ContainerBuilder $container In case we need to add additional services for this plugin
145-
* @param string $serviceId Service id of the plugin, in case we need to add additional services for this plugin.
145+
* @param string $serviceId service id of the plugin, in case we need to add additional services for this plugin
146146
*/
147147
private function configurePluginByName($name, Definition $definition, array $config, ContainerBuilder $container, $serviceId)
148148
{
@@ -241,7 +241,7 @@ private function configurePluginByName($name, Definition $definition, array $con
241241
* @param ContainerBuilder $container
242242
* @param array $config
243243
*
244-
* @return array List of service ids for the authentication plugins.
244+
* @return array list of service ids for the authentication plugins
245245
*/
246246
private function configureAuthentication(ContainerBuilder $container, array $config, $servicePrefix = 'httplug.plugin.authentication')
247247
{

0 commit comments

Comments
 (0)