Passed
Push — version-4 ( db79e6...123e06 )
by Sebastian
02:21
created
src/Assert/Functions.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -101,7 +101,7 @@
 block discarded – undo
101 101
         if (is_scalar($object)) {
102 102
             return;
103 103
         }
104
-        if (method_exists($object , '__toString')) {
104
+        if (method_exists($object, '__toString')) {
105 105
             return;
106 106
         }
107 107
         if ($object instanceof Comparable) {
Please login to merge, or discard this patch.