Skip to content

Commit

Permalink
phpcs
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Oct 22, 2023
1 parent f3c64e2 commit 75cb918
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
2 changes: 0 additions & 2 deletions src/Asset/EntrypointLookup.php
Expand Up @@ -64,8 +64,6 @@ public function getIntegrityData(): array

/**
* Resets the state of this service.
*
* @return void
*/
public function reset(): void
{
Expand Down
3 changes: 0 additions & 3 deletions src/Asset/TagRenderer.php
Expand Up @@ -136,9 +136,6 @@ public function getDefaultAttributes(): array
return $this->defaultAttributes;
}

/**
* @return void
*/
public function reset(): void
{
$this->renderedFiles = [
Expand Down
2 changes: 1 addition & 1 deletion src/CacheWarmer/EntrypointCacheWarmer.php
Expand Up @@ -24,7 +24,7 @@ public function __construct(array $cacheKeys, string $phpArrayFile)
parent::__construct($phpArrayFile);
}

protected function doWarmUp(string $cacheDir, ArrayAdapter $arrayAdapter, ?string $buildDir = null): bool
protected function doWarmUp(string $cacheDir, ArrayAdapter $arrayAdapter, string $buildDir = null): bool
{
foreach ($this->cacheKeys as $cacheKey => $path) {
// If the file does not exist then just skip past this entry point.
Expand Down
3 changes: 0 additions & 3 deletions src/EventListener/ResetAssetsEventListener.php
Expand Up @@ -34,9 +34,6 @@ public static function getSubscribedEvents(): array
];
}

/**
* @return void
*/
public function resetAssets(FinishRequestEvent $event): void
{
if (!$event->isMainRequest()) {
Expand Down

0 comments on commit 75cb918

Please sign in to comment.