Completed
Branch master (51e364)
by Randy
02:19
created
Category
src/Expectations.php 1 patch
Braces   +3 added lines, -1 removed lines patch added patch discarded remove patch
@@ -453,8 +453,10 @@
 block discarded – undo
453 453
      *
454 454
      * @return mixed
455 455
      */
456
-    public function else($default)
456
+    public function else {
457
+        ($default)
457 458
     {
458 459
         return $this->isApproved() ? $this->value : $default;
459 460
     }
461
+    }
460 462
 }
461 463
\ No newline at end of file
Please login to merge, or discard this patch.