Skip to content

Commit

Permalink
be keen to newcomers
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Feb 22, 2019
1 parent 33d29f5 commit 1a7090e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Console/Descriptor/Descriptor.php
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ protected function resolveServiceDefinition(ContainerBuilder $builder, $serviceI
return $builder->getDefinition($serviceId);
}

// Some service IDs don't have a Definition, they're simply an Alias
// Some service IDs don't have a Definition, they're aliases
if ($builder->hasAlias($serviceId)) {
return $builder->getAlias($serviceId);
}
Expand Down
2 changes: 1 addition & 1 deletion Tests/Command/CacheClearCommand/CacheClearCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public function testCacheIsFreshAfterCacheClearedWithWarmup()
// Ensure that all *.meta files are fresh
$finder = new Finder();
$metaFiles = $finder->files()->in($this->kernel->getCacheDir())->name('*.php.meta');
// simply check that cache is warmed up
// check that cache is warmed up
$this->assertNotEmpty($metaFiles);
$configCacheFactory = new ConfigCacheFactory(true);

Expand Down

0 comments on commit 1a7090e

Please sign in to comment.