We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 800e02e commit 890f7a1Copy full SHA for 890f7a1
src/object-pool/src/ObjectPool.php
@@ -93,7 +93,7 @@ public function get(): object
93
}
94
95
/**
96
- * Releases an object back to the pool.
+ * Release an object back to the pool.
97
*/
98
public function release(object $object): void
99
{
0 commit comments