Skip to content

Commit e9edff3

Browse files
committed
changed deprecation to note in method overloads
1 parent c0b0b31 commit e9edff3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Bolt.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ private function packProtocolVersions(): string
200200
*
201201
* @return bool
202202
* @throws Exception
203-
* @deprecated The usage of $user, $password, $routing and $metadata is deprecated. Please use helpers\Auth to generate an authentication strategy as an array.
203+
* @note The usage of $user, $password, $routing and $metadata is deprecated. Please use helpers\Auth to generate an authentication strategy as an array.
204204
*
205205
* @version <3
206206
*/
@@ -235,7 +235,7 @@ public function init($userAgentOrExtra, string $user = '', string $password = ''
235235
*
236236
* @return bool
237237
* @throws Exception
238-
* @deprecated The usage of $user, $password, $routing and $metadata is deprecated. Please use helpers\Auth to generate an authentication strategy as an array.
238+
* @note The usage of $user, $password, $routing and $metadata is deprecated. Please use helpers\Auth to generate an authentication strategy as an array.
239239
*
240240
* @version >=3
241241
*/

0 commit comments

Comments
 (0)