You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, there is a small typo in the Copyright check test. stripos( $path, $this->slug . '/licence.txt' ) !== false ) {
The right name should be license.txt, because James Bond has license to kill :)
I'll create a PR for this.
The text was updated successfully, but these errors were encountered:
Hello, there is a small typo in the Copyright check test.
stripos( $path, $this->slug . '/licence.txt' ) !== false ) {
The right name should be
license.txt
, because James Bond has license to kill :)I'll create a PR for this.
The text was updated successfully, but these errors were encountered: