Skip to content

Commit 16cf72e

Browse files
Docblock fixes
1 parent c9a4ed6 commit 16cf72e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CacheWarmer/TemplateCacheCacheWarmer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public function warmUp($cacheDir)
6969
/**
7070
* Checks whether this warmer is optional or not.
7171
*
72-
* @return bool always true
72+
* @return bool always true
7373
*/
7474
public function isOptional()
7575
{

Controller/ExceptionController.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public function showAction(Request $request, FlattenException $exception, DebugL
6464
}
6565

6666
/**
67-
* @param int $startObLevel
67+
* @param int $startObLevel
6868
*
6969
* @return string
7070
*/
@@ -86,7 +86,7 @@ protected function getAndCleanOutputBuffering($startObLevel)
8686
/**
8787
* @param Request $request
8888
* @param string $format
89-
* @param int $code An HTTP response status code
89+
* @param int $code An HTTP response status code
9090
* @param bool $debug
9191
*
9292
* @return TemplateReferenceInterface

0 commit comments

Comments
 (0)