fix: add missing CI dependencies #2
Annotations
20 notices
|
redundant-logical-operation:
tcpdf.php#L579
Redundant `&&` operation: left operand is evaluated and right operand is always truthy.
>Left operand is evaluated
>Right operand is always truthy
The `&&` operator will always return the boolean value of the left-hand side in this case.
Help: Consider simplifying this expression to just the left operand.
|
|
redundant-logical-operation:
tcpdf.php#L575
Redundant `&&` operation: left operand is evaluated and right operand is always truthy.
>Left operand is evaluated
>Right operand is always truthy
The `&&` operator will always return the boolean value of the left-hand side in this case.
Help: Consider simplifying this expression to just the left operand.
|
|
redundant-comparison:
tcpdf.php#L575
Redundant `>` comparison: left-hand side is always greater than right-hand side.
>Left operand is `int(52428800)`
>Right operand is `int(0)`
The `>` operator will always return `true` in this case.
Help: Consider simplifying or removing this comparison as it always evaluates to `true`.
|
|
redundant-logical-operation:
tcpdf.php#L568
Redundant `&&` operation: left operand is evaluated and right operand is always truthy.
>Left operand is evaluated
>Right operand is always truthy
The `&&` operator will always return the boolean value of the left-hand side in this case.
Help: Consider simplifying this expression to just the left operand.
|
|
redundant-logical-operation:
tcpdf.php#L515
Redundant `&&` operation: left operand is evaluated and right operand is always truthy.
>Left operand is evaluated
>Right operand is always truthy
The `&&` operator will always return the boolean value of the left-hand side in this case.
Help: Consider simplifying this expression to just the left operand.
|
|
redundant-logical-operation:
tcpdf.php#L579
Redundant `&&` operation: left operand is evaluated and right operand is always truthy.
>Left operand is evaluated
>Right operand is always truthy
The `&&` operator will always return the boolean value of the left-hand side in this case.
Help: Consider simplifying this expression to just the left operand.
|
|
redundant-logical-operation:
tcpdf.php#L575
Redundant `&&` operation: left operand is evaluated and right operand is always truthy.
>Left operand is evaluated
>Right operand is always truthy
The `&&` operator will always return the boolean value of the left-hand side in this case.
Help: Consider simplifying this expression to just the left operand.
|
|
redundant-comparison:
tcpdf.php#L575
Redundant `>` comparison: left-hand side is always greater than right-hand side.
>Left operand is `int(52428800)`
>Right operand is `int(0)`
The `>` operator will always return `true` in this case.
Help: Consider simplifying or removing this comparison as it always evaluates to `true`.
|
|
redundant-logical-operation:
tcpdf.php#L568
Redundant `&&` operation: left operand is evaluated and right operand is always truthy.
>Left operand is evaluated
>Right operand is always truthy
The `&&` operator will always return the boolean value of the left-hand side in this case.
Help: Consider simplifying this expression to just the left operand.
|
|
redundant-logical-operation:
tcpdf.php#L515
Redundant `&&` operation: left operand is evaluated and right operand is always truthy.
>Left operand is evaluated
>Right operand is always truthy
The `&&` operator will always return the boolean value of the left-hand side in this case.
Help: Consider simplifying this expression to just the left operand.
|
|
redundant-logical-operation:
tcpdf.php#L579
Redundant `&&` operation: left operand is evaluated and right operand is always truthy.
>Left operand is evaluated
>Right operand is always truthy
The `&&` operator will always return the boolean value of the left-hand side in this case.
Help: Consider simplifying this expression to just the left operand.
|
|
redundant-logical-operation:
tcpdf.php#L575
Redundant `&&` operation: left operand is evaluated and right operand is always truthy.
>Left operand is evaluated
>Right operand is always truthy
The `&&` operator will always return the boolean value of the left-hand side in this case.
Help: Consider simplifying this expression to just the left operand.
|
|
redundant-comparison:
tcpdf.php#L575
Redundant `>` comparison: left-hand side is always greater than right-hand side.
>Left operand is `int(52428800)`
>Right operand is `int(0)`
The `>` operator will always return `true` in this case.
Help: Consider simplifying or removing this comparison as it always evaluates to `true`.
|
|
redundant-logical-operation:
tcpdf.php#L568
Redundant `&&` operation: left operand is evaluated and right operand is always truthy.
>Left operand is evaluated
>Right operand is always truthy
The `&&` operator will always return the boolean value of the left-hand side in this case.
Help: Consider simplifying this expression to just the left operand.
|
|
redundant-logical-operation:
tcpdf.php#L515
Redundant `&&` operation: left operand is evaluated and right operand is always truthy.
>Left operand is evaluated
>Right operand is always truthy
The `&&` operator will always return the boolean value of the left-hand side in this case.
Help: Consider simplifying this expression to just the left operand.
|
|
redundant-logical-operation:
tcpdf.php#L579
Redundant `&&` operation: left operand is evaluated and right operand is always truthy.
>Left operand is evaluated
>Right operand is always truthy
The `&&` operator will always return the boolean value of the left-hand side in this case.
Help: Consider simplifying this expression to just the left operand.
|
|
redundant-logical-operation:
tcpdf.php#L575
Redundant `&&` operation: left operand is evaluated and right operand is always truthy.
>Left operand is evaluated
>Right operand is always truthy
The `&&` operator will always return the boolean value of the left-hand side in this case.
Help: Consider simplifying this expression to just the left operand.
|
|
redundant-comparison:
tcpdf.php#L575
Redundant `>` comparison: left-hand side is always greater than right-hand side.
>Left operand is `int(52428800)`
>Right operand is `int(0)`
The `>` operator will always return `true` in this case.
Help: Consider simplifying or removing this comparison as it always evaluates to `true`.
|
|
redundant-logical-operation:
tcpdf.php#L568
Redundant `&&` operation: left operand is evaluated and right operand is always truthy.
>Left operand is evaluated
>Right operand is always truthy
The `&&` operator will always return the boolean value of the left-hand side in this case.
Help: Consider simplifying this expression to just the left operand.
|
|
redundant-logical-operation:
tcpdf.php#L515
Redundant `&&` operation: left operand is evaluated and right operand is always truthy.
>Left operand is evaluated
>Right operand is always truthy
The `&&` operator will always return the boolean value of the left-hand side in this case.
Help: Consider simplifying this expression to just the left operand.
|