ZF2-354: Wrong paramater for file_put_contents

Description

In the AbstractWriter, line 65, a wrong parameter is passed to the file_put_contents function. $exclusiveLock is used but $flags would make more sense.

Comments