| @@ -133,9 +133,9 @@ | ||
| 133 | 133 | $rows = self::trimLeadingRows( $rows ); |
| 134 | 134 | $cnt = count( $rows ); |
| 135 | 135 | if( 3 > $cnt ) { /* err 10 */ |
| 136 | 136 | throw new UnexpectedValueException( |
| 137 | - sprintf( $ERR10, $cnt, PHP_EOL . implode( PHP_EOL, $rows )) // phpcs:ignore WordPress.Security.EscapeOutput.ExceptionNotEscaped | |
| 137 | + sprintf( $ERR10, $cnt, PHP_EOL . implode( PHP_EOL, $rows )) | |
| 138 | 138 | ); |
| 139 | 139 | } |
| 140 | 140 | /* skip trailing empty lines and ensure an end row */ |
| 141 | 141 | $rows = self::trimTrailingRows( $rows ); |