-
Notifications
You must be signed in to change notification settings - Fork 60
Description
hello I report that some dependencies of the library are not compatible with php 7.3.
Below are the errors found:
`FILE: sites/all/libraries/mailchimp/vendor/phpunit/phpunit-mock-objects/tests/_fixture/SingletonClass.php
FOUND 1 ERROR AFFECTING 1 LINE
17 | ERROR | Visibility for magic method __sleep must be public. Found: private
| | (PHPCompatibility.FunctionDeclarations.NonStaticMagicMethods.__sleepMethodVisibility)
FILE: /sites/all/libraries/mailchimp/vendor/sebastian/diff/tests/ParserTest.php
FOUND 3 ERRORS AFFECTING 3 LINES
83 | ERROR | The body of a heredoc/nowdoc can not contain the heredoc/nowdoc closing marker as text at the start of a line since PHP 7.3.
| | (PHPCompatibility.Syntax.NewFlexibleHeredocNowdoc.ClosingMarkerNoNewLine)
126 | ERROR | The body of a heredoc/nowdoc can not contain the heredoc/nowdoc closing marker as text at the start of a line since PHP 7.3.
| | (PHPCompatibility.Syntax.NewFlexibleHeredocNowdoc.ClosingMarkerNoNewLine)
134 | ERROR | The body of a heredoc/nowdoc can not contain the heredoc/nowdoc closing marker as text at the start of a line since PHP 7.3.
| | (PHPCompatibility.Syntax.NewFlexibleHeredocNowdoc.ClosingMarkerNoNewLine)
Time: 13 mins, 31.46 secs; Memory: 204.01MB
`