11 Commits

Author SHA1 Message Date
Anton Medvedev
935a795a2d
Add missing types (#2290) 2020-11-17 18:48:49 +03:00
Jakub Vyvážil
c42476a01f
added type declarations for src/Documentation (#2246) 2020-10-30 01:14:47 +03:00
Jakub Vyvážil
75d579930b
added type declarations for src/Component (#2250) 2020-10-30 01:11:50 +03:00
Jakub Vyvážil
3081e902a0
added type declarations for src/Exception (#2245) 2020-10-29 00:04:27 +03:00
Jakub Vyvážil
eb78e7e9e0
added type declarations for src/Executor (#2242)
Co-authored-by: Anton Medvedev <anton@medv.io>
2020-10-28 01:49:00 +03:00
Jakub Vyvážil
053ea4b5e7
added type declarations for src/Host (#2241)
Co-authored-by: Anton Medvedev <anton@medv.io>
2020-10-28 01:48:01 +03:00
Jakub Vyvážil
aea8a2fbad
added type declarations for src/Logger (#2240) 2020-10-28 01:47:07 +03:00
Jakub Vyvážil
987defba52
added type declarations for src/Utility (#2225)
* added type declarations for src/Utility

* added src/Utility to phpcs
2020-10-28 01:46:22 +03:00
Sacharski Bartłomiej
ee562c552e
[#2187] Added type declarations to src/Task classes (#2226)
Added type declarations to methods that belong to classed defined
in the \Deployer\Task namespace

Co-authored-by: Bartlomiej Sacharski <beton@cementowina.org>
2020-10-25 23:18:50 +03:00
Sacharski Bartłomiej
c4e8c29415
[issue-2187] Type declarations for src/Collection (#2194)
* [#2187] Type declarations in src/Collection

Added type declarations for methods in `src/Collection`

* [#2187] Missing type declaration in src/Configuration

Added missing type declaration is `src/Configuration/Configuration.php`

* [#2187] Removed unnecessary return in \Deployer\Collection\Collection::get

Removed the return which would result in returning void in the
\Deployer\Collection\Collection::get method

Updated phpdoc to reflect this change

* [#2197] Removed "@phpcsSuppress" annotations from \Deployer\Collection\Collection

Co-authored-by: Bartlomiej Sacharski <beton@cementowina.org>
2020-10-25 18:04:30 +03:00
Anton Medvedev
90ae26b5d8 Clean up configs 2020-10-25 09:46:47 +01:00