Skip to content

Commit

Permalink
scrutinizer fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarotero committed Apr 21, 2016
1 parent 4609fab commit f8a5374
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/Metas/Html.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ class Html extends MetaBase implements MetaInterface
*/
protected function generateTags()
{
$data = $this->page->get();

$this->addMetas($this->page->get(array(
'title',
'text' => 'description',
Expand Down
3 changes: 2 additions & 1 deletion src/Metas/MetaBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,8 @@ protected static function escape($value)
/**
* Filters attribute values to trim by length.
*
* @param string $value
* @param string $name
* @param string $content
*
* @return string
*/
Expand Down

0 comments on commit f8a5374

Please sign in to comment.