Commit 7587ea82 authored by cornernote's avatar cornernote

change data type for getValue

parent fc749e38
...@@ -101,7 +101,7 @@ class SoftDeleteBehavior extends Behavior ...@@ -101,7 +101,7 @@ class SoftDeleteBehavior extends Behavior
/** /**
* Evaluate the timestamp to be saved. * Evaluate the timestamp to be saved.
* *
* @param Event $event the event that triggers the current attribute updating. * @param Event|null $event the event that triggers the current attribute updating.
* @return mixed the attribute value * @return mixed the attribute value
*/ */
protected function getValue($event) protected function getValue($event)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment