Completed
Pull Request — develop (#27)
by Carlo
08:40
created
magefix/src/Magefix/Plugin/DriverSwitcher.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
         if ($iFrame instanceof Element) {
34 34
             $reflectedElement = new \ReflectionClass($iFrame);
35 35
             if ($reflectedElement->hasMethod('getCssId') === false) {
36
-                throw new \ReflectionException("getCssId method not in Element " . get_class($iFrame));
36
+                throw new \ReflectionException("getCssId method not in Element ".get_class($iFrame));
37 37
             }
38 38
             $iFrameId = $iFrame->getCssId();
39 39
             $this->getDriver()->switchToIFrame($iFrameId);
Please login to merge, or discard this patch.