WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 263d801

Browse files
committed
refactor (bookmark): split doc block line to pass ci max length
1 parent 0040d92 commit 263d801

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/Prismic/Api.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,8 @@ public function getRefFromLabel(string $label) :? Ref
151151
* Returns the list of all bookmarks on the repository. If you're looking
152152
* for a document from it's bookmark name, you should use the bookmark() function.
153153
*
154-
* @deprecated 5.4.0 This method will no longer work after the 12 February 2025, as bookmarks are removed from the API.
154+
* @deprecated 5.4.0 This method will no longer work after the 12 February 2025,
155+
* as bookmarks are removed from the API.
155156
*
156157
* @return array the array of bookmarks
157158
*/
@@ -167,7 +168,8 @@ public function bookmarks() : array
167168
* Most starter projects embed a helper to query a document from their ID string,
168169
* which makes this even easier.
169170
*
170-
* @deprecated 5.4.0 This method will no longer work after the 12 February 2025, as bookmarks are removed from the API.
171+
* @deprecated 5.4.0 This method will no longer work after the 12 February 2025,
172+
* as bookmarks are removed from the API.
171173
*
172174
* @param string $name the bookmark name to use
173175
*

src/Prismic/ApiData.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ public function getRefs() : array
162162
/**
163163
* Get the bookmarks
164164
*
165-
* @deprecated 5.4.0 This method will no longer work after the 12 February 2025, as bookmarks are removed from the API.
165+
* @deprecated 5.4.0 This method will no longer work after the 12 February 2025,
166+
* as bookmarks are removed from the API.
166167
*/
167168
public function getBookmarks() : array
168169
{

0 commit comments

Comments
 (0)