Skip to content

Conversation

timurphy
Copy link
Contributor

@timurphy timurphy commented Aug 18, 2017

Seeing these in the Travis build logs (job 16):

Only variables should be passed by reference
/home/travis/build/fossology/fossology/src/lib/php/Test/TestPgDb.php:62
/home/travis/build/fossology/fossology/src/lib/php/Test/TestLiteDb.php:66

This causes 181 errors to occur in this job. This fix resolves all errors so that the job succeeds again.

EDIT: this is for the PHP7 build job. Only test files are changed so no production functionality is affected.

Seeing these in the build log:

Only variables should be passed by reference
/home/travis/build/fossology/fossology/src/lib/php/Test/TestPgDb.php:62
/home/travis/build/fossology/fossology/src/lib/php/Test/TestLiteDb.php:66

This PR resolves those errors

squash
@timurphy timurphy force-pushed the pass_by_reference_errors-timurphy branch from 792f246 to 08d1add Compare August 18, 2017 08:05
@maxhbr
Copy link
Member

maxhbr commented Aug 18, 2017

This fix is already contained in #857

@timurphy timurphy closed this Aug 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants