Skip to content

Commit

Permalink
sq feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mredolatti committed Dec 13, 2023
1 parent b55f354 commit 189c5d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Utils/Tracing/NoOpTracerHook.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

class NoOpTracerHook implements TracerHook
{
function on(array $event)
public function on(array $event)
{
}
}
2 changes: 1 addition & 1 deletion src/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@

class Version
{
const CURRENT = '1.3.1';
const CURRENT = '1.4.0';
}

0 comments on commit 189c5d7

Please sign in to comment.