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.
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
Posted by Maks 3w (maks3w) on 2012-06-13T19:51:40.000+0000
This will be fixed with https://github.com/zendframework/zf2/pull/1479