From 0694a344a15c3ffa6ae1d64564830a555bcad259 Mon Sep 17 00:00:00 2001 From: Paul Rock Date: Thu, 25 Jul 2019 01:59:23 +0300 Subject: [PATCH] tests of ShortsTrait will be ignored --- src/ShortsTrait.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/ShortsTrait.php b/src/ShortsTrait.php index 62006f8..92c2a3a 100644 --- a/src/ShortsTrait.php +++ b/src/ShortsTrait.php @@ -9,6 +9,7 @@ namespace RouterOS; * * @package RouterOS * @since 1.0.0 + * @codeCoverageIgnore */ trait ShortsTrait { @@ -18,6 +19,7 @@ trait ShortsTrait * @param string|array|\RouterOS\Query $query * @return \RouterOS\Client * @throws \RouterOS\Exceptions\QueryException + * @deprecated */ public function w($query): Client { @@ -72,6 +74,7 @@ trait ShortsTrait * @throws \RouterOS\Exceptions\ClientException * @throws \RouterOS\Exceptions\QueryException * @since 0.6 + * @deprecated */ public function wr($query, bool $parse = true): array { @@ -103,6 +106,7 @@ trait ShortsTrait * @throws \RouterOS\Exceptions\ClientException * @throws \RouterOS\Exceptions\QueryException * @since 1.0.0 + * @deprecated */ public function wri($query): ResponseIterator {