mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-16 10:43:58 +02:00
Remove inappropriate apostrophes
This commit is contained in:
@@ -248,7 +248,7 @@ Example of string
|
||||
spanning multiple lines
|
||||
using nowdoc syntax.
|
||||
$a does not parse.
|
||||
EOD; // closing 'EOD' must be on it's own line, and to the left most point
|
||||
EOD; // closing 'EOD' must be on its own line, and to the left most point
|
||||
|
||||
/**
|
||||
* Output:
|
||||
@@ -276,7 +276,7 @@ Example of string
|
||||
spanning multiple lines
|
||||
using heredoc syntax.
|
||||
$a are parsed.
|
||||
EOD; // closing 'EOD' must be on it's own line, and to the left most point
|
||||
EOD; // closing 'EOD' must be on its own line, and to the left most point
|
||||
|
||||
/**
|
||||
* Output:
|
||||
|
Reference in New Issue
Block a user