Skip to content

Commit

Permalink
More cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
bobthecow committed Dec 6, 2023
1 parent 9137195 commit c65d832
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Shell.php
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ public function setScopeVariables(array $vars)
*
* @param bool $includeBoundObject Pass false to exclude 'this'. If you're
* passing the scope variables to `extract`
* in PHP 7.1+, you _must_ exclude 'this'
* you _must_ exclude 'this'
*
* @return array Associative array of scope variables
*/
Expand All @@ -674,7 +674,7 @@ public function getScopeVariables(bool $includeBoundObject = true): array
*
* @param bool $includeBoundObject Pass false to exclude 'this'. If you're
* passing the scope variables to `extract`
* in PHP 7.1+, you _must_ exclude 'this'
* you _must_ exclude 'this'
*
* @return array Associative array of magic scope variables
*/
Expand Down

0 comments on commit c65d832

Please sign in to comment.