Skip to content

Commit

Permalink
#16080 - Add void return type
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeckerson committed Sep 5, 2022
1 parent 039ed82 commit 2760d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phalcon/Mvc/Model.zep
Original file line number Diff line number Diff line change
Expand Up @@ -5720,7 +5720,7 @@ abstract class Model extends AbstractInjectionAware implements EntityInterface,
* }
*```
*/
protected function skipAttributes(array! attributes)
protected function skipAttributes(array! attributes) -> void
{
this->skipAttributesOnCreate(attributes);
this->skipAttributesOnUpdate(attributes);
Expand Down

0 comments on commit 2760d7a

Please sign in to comment.