Skip to content

Commit

Permalink
[FolhaDeSaoPauloBridge] Fix Linting Issue (#2528)
Browse files Browse the repository at this point in the history
  • Loading branch information
yamanq authored Mar 24, 2022
1 parent 534864f commit bb06826
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bridges/FolhaDeSaoPauloBridge.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ protected function parseItem($item){
} else {
Debug::log('???: ' . $item['uri']);
}
}
else {
} else {
$item['uri'] = explode('*', $item['uri'])[1];
}

Expand Down

0 comments on commit bb06826

Please sign in to comment.