Skip to content

Commit

Permalink
Use entities
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Dec 14, 2024
1 parent a663438 commit 2f2fd66
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 16 deletions.
3 changes: 3 additions & 0 deletions language-snippets.ent
Original file line number Diff line number Diff line change
Expand Up @@ -2675,6 +2675,9 @@ objects. Otherwise, a <classname>PharException</classname> will be thrown.</par
<varname linkend="streamwrapper.props.context">streamWrapper::$context</varname>
property is updated if a valid context is passed to the caller function.</para></note>'>

<!ENTITY stream.bucket.param '<parameter>bucket</parameter> expects a <classname>StreamBucket</classname> instance now; previously, an <classname>stdClass</classname> was expected.'>
<!ENTITY stream.bucket.return 'This function returns a <classname>StreamBucket</classname> instance now; previously, an <classname>stdClass</classname> was returned.'>

<!-- Gmagick -->
<!ENTITY gmagick.return.success 'Returns &true; on success.'>
<!ENTITY gmagick.gmagickexception.throw 'Throws an
Expand Down
5 changes: 1 addition & 4 deletions reference/stream/functions/stream-bucket-append.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
<parameter>bucket</parameter> expects a <classname>StreamBucket</classname>
instance now; previously, an <classname>stdClass</classname> was expected.
</entry>
<entry>&stream.bucket.param;</entry>
</row>
</tbody>
</tgroup>
Expand Down
5 changes: 1 addition & 4 deletions reference/stream/functions/stream-bucket-make-writeable.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
This function returns a <classname>StreamBucket</classname> instance now;
previously, an <classname>stdClass</classname> was returned.
</entry>
<entry>&stream.bucket.return;</entry>
</row>
</tbody>
</tgroup>
Expand Down
5 changes: 1 addition & 4 deletions reference/stream/functions/stream-bucket-new.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,7 @@
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
This function returns a <classname>StreamBucket</classname> instance now;
previously, an <classname>stdClass</classname> was returned.
</entry>
<entry>&stream.bucket.return;</entry>
</row>
</tbody>
</tgroup>
Expand Down
5 changes: 1 addition & 4 deletions reference/stream/functions/stream-bucket-prepend.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,7 @@
<tbody>
<row>
<entry>8.4.0</entry>
<entry>
<parameter>bucket</parameter> expects a <classname>StreamBucket</classname>
instance now; previously, an <classname>stdClass</classname> was expected.
</entry>
<entry>&stream.bucket.param;</entry>
</row>
</tbody>
</tgroup>
Expand Down

0 comments on commit 2f2fd66

Please sign in to comment.