Skip to content

Commit

Permalink
Fix CS Rules
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Malot committed Mar 9, 2021
1 parent 8fc4865 commit e4b062a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Smalot/PdfParser/RawData/RawDataParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ protected function decodeXrefStream($pdfData, $startxref, $xref = [])

// decode data
if ($valid_crs && isset($xrefcrs[1][3][0])) {
if (!is_null($predictor)) {
if (null !== $predictor) {
// number of bytes in a row
$rowlen = ($columns + 1);
// convert the stream into an array of integers
Expand Down

0 comments on commit e4b062a

Please sign in to comment.