Open alextartan opened 8 years ago
ZF\Rest\Resource generates a soft warning (for now) referring to the classname. "Resource" is listed as restricted on php.net.
This is the list of reservered php7 keywords: http://php.net/manual/en/reserved.other-reserved-words.php
Is there a plan to rename this class in the foreseeable future?
This repository has been closed and moved to laminas-api-tools/api-tools-rest; a new issue has been opened at https://github.com/laminas-api-tools/api-tools-rest/issues/2.
ZF\Rest\Resource generates a soft warning (for now) referring to the classname. "Resource" is listed as restricted on php.net.
This is the list of reservered php7 keywords: http://php.net/manual/en/reserved.other-reserved-words.php
Is there a plan to rename this class in the foreseeable future?