Skip to content

Commit 75b1743

Browse files
committed
Remove deprecations from v3
1 parent b95a977 commit 75b1743

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/Detector.php

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -271,16 +271,4 @@ public static function detectProduction(
271271

272272
return $result;
273273
}
274-
275-
/**
276-
* @deprecated Use `detectProduction()`
277-
* @see self::detectProduction()
278-
*/
279-
public static function detectProductionMode(
280-
int $mode = self::MODE_SIMPLE,
281-
?string $tempDir = null,
282-
?bool $default = false
283-
): ?bool {
284-
return self::detectProduction($mode, $tempDir, $default);
285-
}
286274
}

0 commit comments

Comments
 (0)