turnitin / moodle-plagiarism_turnitin

Turnitin Plagiarism plugin for Moodle
http://www.turnitin.com
45 stars 69 forks source link

Deprecated use of conditional expressions #543

Closed deraadt closed 3 years ago

deraadt commented 3 years ago

We were forced to upgrade to PHP 7.4.x as TurnItIn was failing to deal with non-latin characters with earlier PHP versions.

We are now seeing a deprecation warning in cron logs when a submission is being sent to TurnItIn.

Deprecated: Unparenthesizeda ? b : c ? d : eis deprecated. Use either(a ? b : c) ? d : eora ? b : (c ? d : e)in C:\inetpub\wwwroot\moodle\plagiarism\turnitin\vendor\Integrations\phpsdk-package\src\Soap.php on line 284

The submission succeeds despite this.

jmcgettrick commented 3 years ago

This fix is now released