mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 01:02:24 +01:00
* Update missing argument in PHPDoc. * Splits the IF-statement/workflow(s) for readability * Replace double quotes to single quotes. * Replaced alias functions by original functions. * Define return types. * Type casting can be used * Non-optimal regular expression, \d is a subset of \w.