traits/MessageTrait.php
Function onReadAtChanged
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
Open
public function onReadAtChanged($event)
{
$sender = $event->sender;
$raAttribute = $sender->readAtAttribute;
if (!is_string($raAttribute)) {
- Read upRead up
Cognitive Complexity
Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.
A method's cognitive complexity is based on a few simple rules:
- Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
- Code is considered more complex for each "break in the linear flow of the code"
- Code is considered more complex when "flow breaking structures are nested"
Further reading
Line exceeds 120 characters; contains 129 characters Open
Open
if (isset($event->changedAttributes[$raAttribute]) && $event->changedAttributes[$raAttribute] != $sender->$raAttribute) {
- Exclude checks
Line exceeds 120 characters; contains 132 characters Open
Open
if (isset($event->changedAttributes[$reaAttribute]) && $event->changedAttributes[$reaAttribute] != $sender->$reaAttribute) {
- Exclude checks
Line exceeds 120 characters; contains 141 characters Open
Open
if (is_string($reaAttribute) && !$sender->isInitDatetime($sender->$raAttribute) && $sender->isInitDatetime($sender->$reaAttribute)) {
- Exclude checks