Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Commit

Permalink
var_dump
Browse files Browse the repository at this point in the history
* Rogue var_dump
  • Loading branch information
deanblackborough committed Apr 24, 2017
1 parent 9c3d338 commit e1afe68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Parser/Html.php
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ private function assignTags()
if (is_array($insert['insert']) === false && strlen(trim($insert['insert'])) > 0) {
$this->content[$i]['content'] = $insert['insert'];
} else {
var_dump($insert['insert']);
if (is_array($insert['insert']) === true &&
array_key_exists('image', $insert['insert']) === true) {
$this->content[$i]['content'] = [ 'image' => $insert['insert']['image'] ];
Expand Down

0 comments on commit e1afe68

Please sign in to comment.