Skip to content

Commit f74f728

Browse files
committed
Partial revert.
Partial revertion to maintain code-style consistency (might reimplement the change later, but need to think on it a bit more for now, as there are lot of other places in the code which utilise the former code-style still).
1 parent 9867536 commit f74f728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Loader.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public function __construct(
314314

315315
/** Calculate and build various paths. */
316316
foreach (['CachePath', 'QuarantinePath', 'SignaturesPath'] as $Path) {
317-
if (!${$Path}) {
317+
if (!$$Path) {
318318
if (!$VendorPath) {
319319
continue;
320320
}

0 commit comments

Comments
 (0)