From 4db0e0b545b5c13354445d91fedb20c743ac357a Mon Sep 17 00:00:00 2001 From: Scrutinizer Auto-Fixer Date: Sat, 12 Jul 2014 16:24:58 +0200 Subject: [PATCH] Scrutinizer Auto-Fixes This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/mdurrant/php-binary-reader/inspections/bfa65d61-8593-483f-9234-08f5fdfd631e Enabled analysis tools: - PHP Analyzer - PHP CS Fixer - PHP PDepend - External Code Coverage - PHP Similarity Analyzer - PHP Change Tracking Analyzer --- src/BinaryReader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BinaryReader.php b/src/BinaryReader.php index 2552ec4..1eac9ef 100644 --- a/src/BinaryReader.php +++ b/src/BinaryReader.php @@ -99,7 +99,7 @@ public function getEofPosition() } /** - * @return int + * @return string */ public function getEndian() {