Skip to content

Commit 94938e4

Browse files
drbytecmb69
authored andcommitted
[ci skip] Fix small typo
`as` -> `was` Closes phpGH-6394.
1 parent 0571f09 commit 94938e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UPGRADING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ PHP 8.0 UPGRADE NOTES
164164
}
165165

166166
If both T1::func() and T2::func() exist, this code was previously silently
167-
accepted, and func as assumed to refer to T1::func. Now it will generate a
167+
accepted, and func was assumed to refer to T1::func. Now it will generate a
168168
fatal error instead, and either T1::func or T2::func needs to be written
169169
explicitly.
170170
. The signature of abstract methods defined in traits is now checked against

0 commit comments

Comments
 (0)