Completed
Push — master ( a046ab...1a416e )
by Бабичев
02:17
created
src/AdvancedHtmlDom/AdvancedHtmlBase.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -278,7 +278,7 @@
 block discarded – undo
278 278
             return $this->$arg1($this->$arg2);
279 279
         }
280 280
 
281
-        if (\in_array($key, ['dom','node','doc'])) {
281
+        if (\in_array($key, ['dom', 'node', 'doc'])) {
282 282
             return null;
283 283
         }
284 284
 
Please login to merge, or discard this patch.
src/AdvancedHtmlDom/AHTMLNode.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -226,7 +226,7 @@
 block discarded – undo
226 226
      */
227 227
     public function offsetSet($key, $value)
228 228
     {
229
-        if (\in_array($key, ['_path','dom','doc','node']))
229
+        if (\in_array($key, ['_path', 'dom', 'doc', 'node']))
230 230
         {
231 231
             return;
232 232
         }
Please login to merge, or discard this patch.