The doc-type \Illuminate\Database\Eloquent\Model; could not be parsed: Expected "|" or "end of type", but got ";" at position 35. (view supported doc-types)
This check marks PHPDoc comments that could not be parsed by our parser. To see
which comment annotations we can parse, please refer to our documentation on
supported doc-types.
The doc-type \Illuminate\Database\Eloquent\Model; could not be parsed: Expected "|" or "end of type", but got ";" at position 35. (view supported doc-types)
This check marks PHPDoc comments that could not be parsed by our parser. To see
which comment annotations we can parse, please refer to our documentation on
supported doc-types.
Loading history...
35
*/
36
public function deleting($model)
37
{
38
if ($this->recordLogs())
39
Log::info('[' . __METHOD__ . '()] -> User deleting model with id ' . $model->id, [
The doc-type \Illuminate\Database\Eloquent\Model; could not be parsed: Expected "|" or "end of type", but got ";" at position 35. (view supported doc-types)
This check marks PHPDoc comments that could not be parsed by our parser. To see
which comment annotations we can parse, please refer to our documentation on
supported doc-types.
Loading history...
54
*/
55
public function deleted($model)
56
{
57
if ($this->recordLogs())
58
Log::info('[' . __METHOD__ . '()] -> Deleted model with id ' . $model->id);
This check marks PHPDoc comments that could not be parsed by our parser. To see which comment annotations we can parse, please refer to our documentation on supported doc-types.