Skip to content
This repository has been archived by the owner on May 24, 2018. It is now read-only.

Feature/zend.stdlib.hydrator.namingstrategy.underscorenamingstrategy #1478

Closed
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/modules/zend.stdlib.hydrator.rst
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ HydratorInterface
*
* @param array $data
* @param object $object
* @return void
* @return object
*/
public function hydrate(array $data, $object);
}