Skip to content

Commit 31a3e89

Browse files
committed
mark old classes as depricated
1 parent 7eaaa56 commit 31a3e89

File tree

7 files changed

+2
-2
lines changed

7 files changed

+2
-2
lines changed

.gitignore

100644100755
File mode changed.

DeployApplication.php

100644100755
File mode changed.

README.md

100644100755
File mode changed.

composer.json

100644100755
File mode changed.

run-tests.sh

100644100755
File mode changed.

shell_lib.php

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* 'ls'
2020
* ]);
2121
* ```
22-
* @deprecated
22+
* @deprecated will be deleted in v1.2
2323
*/
2424
class ShellHelper
2525
{
@@ -72,7 +72,7 @@ public static function php()
7272
* LogHelper::init('log_file.txt');
7373
* LogHelper::log('message for logging');
7474
* ```
75-
* @deprecated
75+
* @deprecated will be deleted in v1.2
7676
*/
7777
class LogHelper
7878
{

tests/DeployApplicationTest.php

100644100755
File mode changed.

0 commit comments

Comments
 (0)