Passed
Push — master ( 610227...7a4f69 )
by Mr
02:59
created
src/TypedMapTrait.php 1 patch
Indentation   +4 added lines, -4 removed lines patch added patch discarded remove patch
@@ -86,10 +86,10 @@
 block discarded – undo
86 86
     }
87 87
 
88 88
 /**
89
-     * Note that this does not do a strict equality check because all objects are immutable so it's
90
-     * unlikely that you will request a reference to an internal object. If you require more specific
91
-     * matching use search(), filter(), unwrap object, or iterate.
92
-     */
89
+ * Note that this does not do a strict equality check because all objects are immutable so it's
90
+ * unlikely that you will request a reference to an internal object. If you require more specific
91
+ * matching use search(), filter(), unwrap object, or iterate.
92
+ */
93 93
     public function find(object $object)
94 94
     {
95 95
         $this->assertInitialized();
Please login to merge, or discard this patch.