Passed
Push — main ( cd0dd3...831747 )
by PRATIK
14:18 queued 11:49
created
src/Services/NepaliDate.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -225,7 +225,7 @@
 block discarded – undo
225 225
     {
226 226
         $bs_array = $this->toBSArray();
227 227
         $to_detail_bs = null;
228
-        if (! is_null($bs_array)) {
228
+        if (!is_null($bs_array)) {
229 229
             if (is_array($bs_array)) {
230 230
                 if (count($bs_array) > 0) {
231 231
                     $to_detail_bs = json_decode(json_encode($bs_array));
Please login to merge, or discard this patch.