-
2014
- Advisory Board
-
Term 1
2013
- Advisory Board
-
Term 2
Severity: Notice
Message: Only variable references should be returned by reference
Filename: core/Common.php
Line Number: 257
Severity: 8192
Message: Return type of Illuminate\Database\Eloquent\Model::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: Eloquent/Model.php
Line Number: 2573
Severity: 8192
Message: Return type of Illuminate\Database\Eloquent\Model::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: Eloquent/Model.php
Line Number: 2584
Severity: 8192
Message: Return type of Illuminate\Database\Eloquent\Model::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: Eloquent/Model.php
Line Number: 2596
Severity: 8192
Message: Return type of Illuminate\Database\Eloquent\Model::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice
Filename: Eloquent/Model.php
Line Number: 2607
Severity: Warning
Message: session_start(): Session cannot be started after headers have already been sent
Filename: Sessions/NativeSession.php
Line Number: 107