You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, the "getIdentifier" method at the ResourceController should be check the identifier with the "Not identical" Comparison Operator "if($id !== false)" - like the original zend method - because th identifier could be a string "0" and the method would return false.
The text was updated successfully, but these errors were encountered:
Hey, the "getIdentifier" method at the ResourceController should be check the identifier with the "Not identical" Comparison Operator "if($id !== false)" - like the original zend method - because th identifier could be a string "0" and the method would return false.
The text was updated successfully, but these errors were encountered: