|
@@ -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.