Skip to content

Commit

Permalink
Suggestions from Arnaud
Browse files Browse the repository at this point in the history
Co-authored-by: Arnaud Le Blanc <[email protected]>
  • Loading branch information
Girgias and arnaud-lb authored Nov 13, 2024
1 parent 942b421 commit f371eef
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<simpara>
Returns a <classname>ReflectionClass</classname> corresponding to the class
represented by <varname>$this</varname> in the <classname>Closure</classname>.
If the function is not a closure or if there was no enclosing class &null;
If the function is not a closure or if it has global scope &null;
is returned instead.
</simpara>
</refsect1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<simpara>
Returns a <classname>ReflectionClass</classname> corresponding to the class
whose scope is being used inside the <classname>Closure</classname>.
If the function is not a closure or if there was no enclosing class &null;
If the function is not a closure or if it has global scope &null;
is returned instead.
</simpara>
</refsect1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<simpara>
Return the object instance represented by <varname>$this</varname> inside
the <classname>Closure</classname>.
If the function is not a closure or if there was no enclosing class &null;
If the function is not a closure or if it has no <varname>$this</varname> &null;
is returned instead.
</simpara>
</refsect1>
Expand Down

0 comments on commit f371eef

Please sign in to comment.