mirror of
https://github.com/slawkens/myaac.git
synced 2026-04-25 11:53:31 +02:00
Merge branch 'develop' into blacktek-toml
This commit is contained in:
@@ -30,7 +30,6 @@ parameters:
|
|||||||
# Eloquent models
|
# Eloquent models
|
||||||
- '#Call to an undefined method [a-zA-Z0-9\\_]+::[a-zA-Z0-9\\_]+\(\)#'
|
- '#Call to an undefined method [a-zA-Z0-9\\_]+::[a-zA-Z0-9\\_]+\(\)#'
|
||||||
- '#Call to an undefined static method [a-zA-Z0-9\\_]+::[a-zA-Z0-9\\_]+\(\)#'
|
- '#Call to an undefined static method [a-zA-Z0-9\\_]+::[a-zA-Z0-9\\_]+\(\)#'
|
||||||
# system/pages/highscores.php
|
|
||||||
-
|
-
|
||||||
message: '#Variable \$tmp in empty\(\) always exists and is always falsy#'
|
message: '#Variable \$tmp in empty\(\) always exists and is always falsy#'
|
||||||
path: templates\kathrine\javascript.php
|
path: templates\kathrine\javascript.php
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ use Illuminate\Database\Eloquent\Relations\HasOne;
|
|||||||
* @property string $name
|
* @property string $name
|
||||||
* @property int $level
|
* @property int $level
|
||||||
* @property int $vocation
|
* @property int $vocation
|
||||||
|
* @property int $promotion
|
||||||
* @property int $online
|
* @property int $online
|
||||||
* @property int $looktype
|
* @property int $looktype
|
||||||
* @property int $lookhead
|
* @property int $lookhead
|
||||||
@@ -15,7 +16,6 @@ use Illuminate\Database\Eloquent\Relations\HasOne;
|
|||||||
* @property int $looklegs
|
* @property int $looklegs
|
||||||
* @property int $lookfeet
|
* @property int $lookfeet
|
||||||
* @property int $lookaddons
|
* @property int $lookaddons
|
||||||
* @property int $promotion
|
|
||||||
* @property bool $online_status
|
* @property bool $online_status
|
||||||
* @property string $vocation_name
|
* @property string $vocation_name
|
||||||
* @property string $outfit_url
|
* @property string $outfit_url
|
||||||
|
|||||||
Reference in New Issue
Block a user