Skip to content

Commit 2c3408f

Browse files
teohhanhuinikic
authored andcommitted
Fix some grammatical errors in PHP 7.1 Upgrade Notes
[skip ci]
1 parent 06e4a03 commit 2c3408f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

UPGRADING

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ PHP 7.1 UPGRADE NOTES
6161
. Fixes to random number generators mean that mt_rand() now produces a
6262
different sequence of outputs to previous versions. If you relied on
6363
mt_srand() to produce a deterministic sequence, it can be called using
64-
mt_srand($seed, MT_RAND_PHP) to produce old the sequences.
64+
mt_srand($seed, MT_RAND_PHP) to produce the old sequences.
6565
. URL rewriter has been improved.
6666
. Use dedicated buffer for Session module rewrite and User rewrite.
6767
. Full path URL rewrite is supported. Allowed domain can be specified.
@@ -122,7 +122,7 @@ PHP 7.1 UPGRADE NOTES
122122

123123
- Reflection:
124124
. The behavior of ReflectionMethod::invoke() and ::invokeArgs() has been
125-
aligned, what causes slightly different behavior than before for some
125+
aligned, which causes slightly different behavior than before for some
126126
pathological cases.
127127
. ReflectionType::__toString() will now return the type name with a leading
128128
"?" if it is nullable. To retrieve the type name without leading "?" the new
@@ -268,7 +268,7 @@ PHP 7.1 UPGRADE NOTES
268268

269269
- DBA:
270270
. Data modification functions (e.g.: dba_insert()) now throw an instance of
271-
Error instead of triggering a catchable fatal error if the key is does not
271+
Error instead of triggering a catchable fatal error if the key does not
272272
contain exactly two elements.
273273

274274
- DOM:

0 commit comments

Comments
 (0)