@@ -73,7 +73,7 @@ discard block |
||
| 73 | 73 | * |
| 74 | 74 | * @return \simplehtmldom_1_5\simple_html_dom |
| 75 | 75 | */ |
| 76 | - static function getParser($url,$contentDiv, $additionalSetting = false) |
|
| 76 | + static function getParser($url, $contentDiv, $additionalSetting = false) |
|
| 77 | 77 | { |
| 78 | 78 | $html = HtmlDomParser::file_get_html($url)->find($contentDiv, 0); |
| 79 | 79 | $html = !$additionalSetting ? $html : $html->next_sibling(); |
@@ -153,6 +153,6 @@ discard block |
||
| 153 | 153 | { |
| 154 | 154 | $className = get_class($model); |
| 155 | 155 | $className = explode('\\', $className); |
| 156 | - return $className[count($className)-1]; |
|
| 156 | + return $className[count($className) - 1]; |
|
| 157 | 157 | } |
| 158 | 158 | } |
| 159 | 159 | \ No newline at end of file |