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

Commit

Permalink
Merge branch 'hotfix/cs'
Browse files Browse the repository at this point in the history
Fixes failing php-cs-fixer notices.
  • Loading branch information
weierophinney committed Sep 21, 2012
2 parents 850249d + 1c2e69f commit b5234cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Formatter/Base.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ public function setDateTimeFormat($dateTimeFormat)
$this->dateTimeFormat = (string) $dateTimeFormat;
return $this;
}
}
}
2 changes: 1 addition & 1 deletion src/Formatter/Xml.php
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ public function setEscaper(Escaper $escaper)
$this->escaper = $escaper;
return $this;
}

/**
* Get Escaper instance
*
Expand Down
2 changes: 1 addition & 1 deletion test/Writer/AbstractTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,4 @@ public function testConvertErrorsToException()
$this->setExpectedException('PHPUnit_Framework_Error_Warning');
$writer->write(array('message' => 'test'));
}
}
}

0 comments on commit b5234cc

Please sign in to comment.