mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-16 02:34:00 +02:00
Fixing tabbing (spacing) of PDO connection.
Just so it looks as clean as it should.
This commit is contained in:
@@ -92,7 +92,7 @@ $link = new \PDO(
|
||||
\PDO::ATTR_ERRMODE => \PDO::ERRMODE_EXCEPTION,
|
||||
\PDO::ATTR_PERSISTENT => false
|
||||
)
|
||||
);
|
||||
);
|
||||
|
||||
// Store our transformed string as UTF-8 in our database
|
||||
// Your DB and tables are in the utf8mb4 character set and collation, right?
|
||||
|
Reference in New Issue
Block a user