This is just a notice that PHP7 has Resource class name as soft-reserved word. There could be possibility to face the situation when in future versions of PHP this library will be broken.
https://secure.php.net/manual/en/reserved.other-reserved-words.php
Note: All the reserved words are case-insensitive. If object is reserved that means Object is reserved too.
This is just a notice that PHP7 has
Resourceclass name as soft-reserved word. There could be possibility to face the situation when in future versions of PHP this library will be broken.https://secure.php.net/manual/en/reserved.other-reserved-words.php
Note: All the reserved words are case-insensitive. If
objectis reserved that meansObjectis reserved too.