File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments