Skip to content

Commit 75cb918

Browse files
committed
phpcs
1 parent f3c64e2 commit 75cb918

File tree

4 files changed

+1
-9
lines changed

4 files changed

+1
-9
lines changed

src/Asset/EntrypointLookup.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ public function getIntegrityData(): array
6464

6565
/**
6666
* Resets the state of this service.
67-
*
68-
* @return void
6967
*/
7068
public function reset(): void
7169
{

src/Asset/TagRenderer.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,6 @@ public function getDefaultAttributes(): array
136136
return $this->defaultAttributes;
137137
}
138138

139-
/**
140-
* @return void
141-
*/
142139
public function reset(): void
143140
{
144141
$this->renderedFiles = [

src/CacheWarmer/EntrypointCacheWarmer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct(array $cacheKeys, string $phpArrayFile)
2424
parent::__construct($phpArrayFile);
2525
}
2626

27-
protected function doWarmUp(string $cacheDir, ArrayAdapter $arrayAdapter, ?string $buildDir = null): bool
27+
protected function doWarmUp(string $cacheDir, ArrayAdapter $arrayAdapter, string $buildDir = null): bool
2828
{
2929
foreach ($this->cacheKeys as $cacheKey => $path) {
3030
// If the file does not exist then just skip past this entry point.

src/EventListener/ResetAssetsEventListener.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ public static function getSubscribedEvents(): array
3434
];
3535
}
3636

37-
/**
38-
* @return void
39-
*/
4037
public function resetAssets(FinishRequestEvent $event): void
4138
{
4239
if (!$event->isMainRequest()) {

0 commit comments

Comments
 (0)