Skip to content

Commit 1638545

Browse files
Merge pull request #9034 from Sesquipedalian/3.0/misc
[3.0] misc
2 parents 64d6db6 + f79eb5b commit 1638545

File tree

2 files changed

+1155
-330
lines changed

2 files changed

+1155
-330
lines changed

Sources/Config.php

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -256,21 +256,21 @@ class Config
256256
/**
257257
* @var string
258258
*
259-
* Path to where our dependencies are located.
259+
* Path to the Packages directory.
260260
*/
261-
public static string $vendordir;
261+
public static string $packagesdir;
262262

263263
/**
264-
* Path to the Packages directory.
265-
*
266264
* @var string
265+
*
266+
* Path to where our dependencies are located.
267267
*/
268-
public static string $packagesdir;
268+
public static string $vendordir;
269269

270270
/**
271-
* Path to the Packages directory.
272-
*
273271
* @var string
272+
*
273+
* Path to the language directory.
274274
*/
275275
public static string $languagesdir;
276276

0 commit comments

Comments
 (0)