Skip to content
Commit 5dd4bdb1 authored by Heinz Wiesinger's avatar Heinz Wiesinger
Browse files

Add support for trait uses, as introduced in PHP 5.4

The error messages I used are as close as possible to the actual
errors given by PHP. We check for
- invalid function modifiers (static, final)
- property name conflicts between traits and main class
- method name conflicts between multiple traits

CCBUG: 305779
REVIEW: 115299
parent 9141e9d7
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment