Skip to content

Commit dbfd9f9

Browse files
committed
Turns out "@const" is not a PHP docblock tag.
1 parent 26d74c8 commit dbfd9f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/LdapSyncCommand.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ class LdapSyncCommand extends \Symfony\Component\Console\Command\Command
2121
* -------------------------------------------------------------------------
2222
*/
2323

24-
/** @const string User's configuration file name. */
24+
/** @var string User's configuration file name. */
2525
const CONFIG_FILE_NAME = "config.yml";
2626

27-
/** @const string Distributed configuration file name. */
27+
/** @var string Distributed configuration file name. */
2828
const CONFIG_FILE_DIST_NAME = "config.yml.dist";
2929

30-
/** @const int Wait this long (in microseconds) between Gitlab API calls to avoid flooding. */
30+
/** @var int Wait this long (in microseconds) between Gitlab API calls to avoid flooding. */
3131
const API_COOL_DOWN_USECONDS = 100000;
3232

3333

0 commit comments

Comments
 (0)