Skip to content
This repository has been archived by the owner on Feb 10, 2024. It is now read-only.

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 31, 2024
1 parent b65c584 commit 2bc23ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ composer.lock
php-scoper.phar


finalize.json
.finalize.json
2 changes: 1 addition & 1 deletion src/FileSystem/JsonFileSystem.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ final class JsonFileSystem
public static function writeCacheFile(array $data): void
{
$jsonContents = Json::encode($data, pretty: true);
FileSystem::write(getcwd() . '/finalize.json', $jsonContents);
FileSystem::write(getcwd() . '/.finalize.json', $jsonContents);
}
}

0 comments on commit 2bc23ee

Please sign in to comment.