Passed
Push — feature/super-model ( 24c950...13c8a0 )
by axel
02:30
created
src/MalScraper/Model/MainModel.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -73,7 +73,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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
Please login to merge, or discard this patch.