Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

Commit

Permalink
CS removed trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
SGI495 committed Aug 26, 2012
1 parent 2f20f6f commit 97aa908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions library/Zend/Db/Sql/Select.php
Original file line number Diff line number Diff line change
Expand Up @@ -721,8 +721,8 @@ protected function processOffset(PlatformInterface $platform, Adapter $adapter =
return array($adapter->getDriver()->formatParameterName('offset'));
} else {
if (!is_int($this->offset)) {
throw new Exception\InvalidArgumentException('OFFSET should be given as INTEGER');
}
throw new Exception\InvalidArgumentException('OFFSET should be given as INTEGER');
}
return array($this->offset);
}
}
Expand Down

0 comments on commit 97aa908

Please sign in to comment.