Test Failed
Push — master ( 7bb6ad...882418 )
by
unknown
09:34
created
src/Component/DetailsRow.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -83,7 +83,7 @@
 block discarded – undo
83 83
         }
84 84
         $tr->setAttribute('data-row-with-details', 1);
85 85
        
86
-        if(!$this->resourceManager->includedResources()->isIncluded($this->jquery->getAttribute('src'))){
86
+        if (!$this->resourceManager->includedResources()->isIncluded($this->jquery->getAttribute('src'))) {
87 87
             $this->getGrid()->children()->add($this->jquery, 1);
88 88
         }
89 89
         $this->getGrid()->children()->add($this->getScript());
Please login to merge, or discard this patch.