Passed
Push — v5.x ( 0160d0 )
by Thierry
09:10
created
src/Bootbox/BootboxLibrary.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -103,7 +103,7 @@
 block discarded – undo
103 103
         // Assign dialog content
104 104
         $this->response()->assign($sContainer, 'innerHTML', $html);
105 105
         $this->response()->jq('#styledModal')->modal('show');
106
-        if(isset($aOptions['width']))
106
+        if (isset($aOptions['width']))
107 107
         {
108 108
             // Set the value of the dialog width
109 109
             $width = $aOptions['width'];
Please login to merge, or discard this patch.