summaryrefslogtreecommitdiffstats
path: root/includes/band.php
diff options
context:
space:
mode:
authorHarald Eilertsen <haraldei@anduin.net>2021-05-08 20:50:39 +0200
committerHarald Eilertsen <haraldei@anduin.net>2021-05-08 20:55:59 +0200
commit30f12e61317d9b181efb46382a4db98d73f65954 (patch)
treef98c5695836a8d04367a7a1969b12903402f7d7b /includes/band.php
parent88de0f55d7499009f0f316262757e70385d43ce5 (diff)
downloadgigologadmin-30f12e61317d9b181efb46382a4db98d73f65954.tar.gz
gigologadmin-30f12e61317d9b181efb46382a4db98d73f65954.tar.bz2
gigologadmin-30f12e61317d9b181efb46382a4db98d73f65954.zip
Autofixes by Psalm
Diffstat (limited to 'includes/band.php')
-rw-r--r--includes/band.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/band.php b/includes/band.php
index 81b275a..3460acb 100644
--- a/includes/band.php
+++ b/includes/band.php
@@ -25,7 +25,7 @@ if ( !class_exists('GiglogAdmin_Band') ) {
$this->country = isset($attrs->wpgband_country) ? $attrs->wpgband_country : 'NO';
}
- static function create($bandname, $country = 'NO')
+ static function create($bandname, $country = 'NO'): self
{
$band = GiglogAdmin_Band::find($bandname, $country);