Skip to content

Commit 820cf33

Browse files
ToflarOskarStark
andcommitted
Apply suggestions from code review
Co-authored-by: Oskar Stark <oskarstark@googlemail.com>
1 parent ce6e16c commit 820cf33

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/Symfony/Component/Cache/Adapter/PdoTagAwareAdapter.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@ private function createTagsTable(): void
8787
}
8888

8989
/**
90-
* Creates the table to store cache items which can be called once for setup.
90+
* Creates the tables to store cache items which can be called once for setup.
9191
*
92-
* Cache ID are saved in a column of maximum length 255. Cache data is
93-
* saved in a BLOB.
92+
* Cache IDs are saved in a column of maximum length 255.
93+
* Cache data is saved in a BLOB.
9494
*
9595
* @throws \PDOException When the table already exists
9696
* @throws \DomainException When an unsupported PDO driver is used

src/Symfony/Component/Cache/Traits/PdoTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public static function createConnection(#[\SensitiveParameter] string $dsn, arra
8989
/**
9090
* Creates the table to store cache items which can be called once for setup.
9191
*
92-
* Cache ID are saved in a column of maximum length 255. Cache data is
92+
* Cache IDs are saved in a column of maximum length 255. Cache data is
9393
* saved in a BLOB.
9494
*
9595
* @throws \PDOException When the table already exists

0 commit comments

Comments
 (0)