Skip to content

Commit 96d9107

Browse files
committed
Fixing phpcs
1 parent b49f8af commit 96d9107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Notes/AccountFailure.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ public static function get_note( string $message ) {
5656
*
5757
* @param string $message Pinterest API error message.
5858
* @return void
59-
* @throws NotesUnavailableException
59+
* @throws NotesUnavailableException An exception when notes are unavailable.
6060
*/
6161
public static function maybe_add_note( string $message ): void {
6262
if ( self::note_exists() ) {

0 commit comments

Comments
 (0)