Skip to content

Commit

Permalink
[2.3] CS And DocBlock Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamCampbell authored and fabpot committed Dec 22, 2014
1 parent a51c5e9 commit b8b4954
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DependencyInjection/Configuration.php
Expand Up @@ -15,7 +15,7 @@
use Symfony\Component\Config\Definition\ConfigurationInterface;

/**
* This class contains the configuration information for the bundle
* This class contains the configuration information for the bundle.
*
* This information is solely responsible for how the different configuration
* sections are normalized, and merged.
Expand Down
2 changes: 1 addition & 1 deletion Profiler/TemplateManager.php
Expand Up @@ -16,7 +16,7 @@
use Symfony\Component\HttpKernel\Profiler\Profile;

/**
* Profiler Templates Manager
* Profiler Templates Manager.
*
* @author Fabien Potencier <fabien@symfony.com>
* @author Artur Wielogórski <wodor@wodor.net>
Expand Down
2 changes: 1 addition & 1 deletion Tests/DependencyInjection/WebProfilerExtensionTest.php
Expand Up @@ -24,7 +24,7 @@ class WebProfilerExtensionTest extends TestCase
{
private $kernel;
/**
* @var Symfony\Component\DependencyInjection\Container $container
* @var Symfony\Component\DependencyInjection\Container
*/
private $container;

Expand Down
4 changes: 2 additions & 2 deletions Tests/Profiler/TemplateManagerTest.php
Expand Up @@ -66,7 +66,7 @@ public function testGetNameOfInvalidTemplate()
}

/**
* if template exists in both profile and profiler then its name should be returned
* if template exists in both profile and profiler then its name should be returned.
*/
public function testGetNameValidTemplate()
{
Expand All @@ -85,7 +85,7 @@ public function testGetNameValidTemplate()

/**
* template should be loaded for 'foo' because other collectors are
* missing in profile or in profiler
* missing in profile or in profiler.
*/
public function testGetTemplates()
{
Expand Down

0 comments on commit b8b4954

Please sign in to comment.