Skip to content

Commit

Permalink
Merge pull request #114 from DirectoryTree/analysis-lKR0Mk
Browse files Browse the repository at this point in the history
Apply fixes from StyleCI
  • Loading branch information
stevebauman authored Apr 13, 2020
2 parents 6e160c1 + fc5d893 commit eb794e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Testing/UnescapedValue.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
class UnescapedValue extends EscapedValue
{
/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function __toString()
{
return (string) $this->get();
}

/**
* {@inheritDoc}
* {@inheritdoc}
*/
public function get()
{
Expand Down

0 comments on commit eb794e9

Please sign in to comment.