Skip to content

Commit

Permalink
Adjust range of things under sniff exclusion.
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-vessey committed Dec 2, 2024
1 parent 32386c9 commit 34d3e46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StreamWrapper/Foxml.php
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public function stream_set_option($option, $arg1, $arg2) {
*/
public function stream_tell() {
return ftell($this->handle);
}
} // phpcs:enable Drupal.NamingConventions.ValidFunctionName.ScopeNotCamelCaps

/**
* {@inheritDoc}
Expand All @@ -276,6 +276,6 @@ public function realpath() {
public function dirname($uri = NULL) {
trigger_error(__FUNCTION__ . '() not supported for foxml stream wrapper.', E_USER_WARNING);
return FALSE;
} // phpcs:enable Drupal.NamingConventions.ValidFunctionName.ScopeNotCamelCaps
}

}

0 comments on commit 34d3e46

Please sign in to comment.