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 f6d33e4 commit 42af270Copy full SHA for 42af270
src/Driver/Driver.php
@@ -29,6 +29,7 @@ abstract class Driver implements DriverInterface
29
{
30
/**
31
* @var bool
32
+ * @deprecated v2.1 use ProcessManager::isRunning() instead.
33
*/
34
public static $running = true;
35
0 commit comments