Update deps and README + some cleanup

This commit is contained in:
Sergei Shitikov
2024-09-06 20:02:48 +02:00
parent f05ea0020d
commit a10484e7f5
12 changed files with 348 additions and 166 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace Testcontainers\Container;
* @deprecated Use GenericContainer instead.
* TODO: Remove in next major release.
*/
final class Container extends GenericContainer
class Container extends GenericContainer
{
protected ?StartedTestContainer $startedContainer = null;