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
The 1.0.0 release is stable and caters to a wide variety of php versions (from 5.4 onwards).
To refactor the code with php7 constructs we introduce a small API change, while at it we can better define what the API is by declaring classes as internal and/or final.
The \PhpMerge\PhpMergeInterface::merge signature changes only adding the string type hint, so using it in code as described in the readme will continue to work.
The text was updated successfully, but these errors were encountered:
The 1.0.0 release is stable and caters to a wide variety of php versions (from 5.4 onwards).
To refactor the code with php7 constructs we introduce a small API change, while at it we can better define what the API is by declaring classes as internal and/or final.
The
\PhpMerge\PhpMergeInterface::merge
signature changes only adding the string type hint, so using it in code as described in the readme will continue to work.The text was updated successfully, but these errors were encountered: