You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since we've removed 7.0 agents on Travis, and left just agents with PHP 7.1 onboard
we can apply PHP 7.1 syntax for all the existing interfaces we currently have in MSI
Next features could be applied
nullable types
void return types for functions (good from CQRS code)
Class constant visibility (private accessor for constants)