Skip to content

Commit

Permalink
Fix return type in GetProcessor->initialize() (#16462)
Browse files Browse the repository at this point in the history
  • Loading branch information
catsmeatman authored and opengeek committed Aug 7, 2023
1 parent 474c2be commit ce08934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/Revolution/Processors/Model/GetProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ abstract class GetProcessor extends ModelProcessor

/**
* {@inheritDoc}
* @return boolean
* @return boolean|string
*/
public function initialize()
{
Expand Down

0 comments on commit ce08934

Please sign in to comment.