Method prepareChangeAttributes
has 47 lines of code (exceeds 25 allowed). Consider refactoring. Open
public function prepareChangeAttributes( EntityChange $change ) {
$rcinfo = $change->getMetadata();
$fields = $change->getFields();
$fields['entity_type'] = $change->getEntityId()->getEntityType();
Method __construct
has 6 arguments (exceeds 4 allowed). Consider refactoring. Open
Language $language,
SiteLinkCommentCreator $siteLinkCommentCreator,
EntitySourceDefinitions $entitySourceDefinitions,
ClientDomainDb $clientDomainDb,
CentralIdLookup $centralIdLookup = null,
Function getEditCommentMulti
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
private function getEditCommentMulti( EntityChange $change, Title $target = null ) {
$info = $change->getInfo();
if ( isset( $info['changes'] ) ) {
if ( $info['changes'] === [] ) {
- 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
Function prepareChangeAttributes
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
public function prepareChangeAttributes( EntityChange $change ) {
$rcinfo = $change->getMetadata();
$fields = $change->getFields();
$fields['entity_type'] = $change->getEntityId()->getEntityType();
- 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
Function getClientUserId
has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring. Open
private function getClientUserId( $repoUserId, array $metadata, bool $changeComesFromLocalDb ) {
if ( $repoUserId === 0 ) {
// Logged out on repo just copied to client
return 0;
}
- 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"