SeasonManager.php 4

Type Line Description
error 36 Name of argument $db does not match with the DocBlock's name $db: in __construct()
notice 36 Parameter $db: could not be found in __construct()
error 43 No summary for method getMaxMatchday()
error 53 No summary for method getCurrentMatchday()

Bet.php 1

Type Line Description
error 0 No summary was found for this file

Team.php 22

Type Line Description
error 66 Name of argument $id does not match with the DocBlock's name $id: in __construct()
error 66 The type hint of the argument is incorrect for the type definition of the @param tag with argument $id in __construct()
error 66 Name of argument $name does not match with the DocBlock's name $name: in __construct()
error 66 The type hint of the argument is incorrect for the type definition of the @param tag with argument $name in __construct()
error 66 Name of argument $shortname does not match with the DocBlock's name $shortname: in __construct()
error 66 The type hint of the argument is incorrect for the type definition of the @param tag with argument $shortname in __construct()
error 66 Name of argument $abbreviation does not match with the DocBlock's name $abbreviation: in __construct()
error 66 The type hint of the argument is incorrect for the type definition of the @param tag with argument $abbreviation in __construct()
error 66 Name of argument $icon does not match with the DocBlock's name $icon: in __construct()
error 66 The type hint of the argument is incorrect for the type definition of the @param tag with argument $icon in __construct()
notice 66 Parameter $id: could not be found in __construct()
notice 66 Parameter $name: could not be found in __construct()
notice 66 Parameter $shortname: could not be found in __construct()
notice 66 Parameter $abbreviation: could not be found in __construct()
notice 66 Parameter $icon: could not be found in __construct()
error 94 Name of argument $db does not match with the DocBlock's name $db: in fromRow()
error 94 The type hint of the argument is incorrect for the type definition of the @param tag with argument $db in fromRow()
error 94 Name of argument $team does not match with the DocBlock's name $team: in fromRow()
notice 94 Parameter $db: could not be found in fromRow()
notice 94 Parameter $team: could not be found in fromRow()
error 106 No summary for method toArray()
error 119 No summary for method toJsonArray()

Model.php 1

Type Line Description
error 0 No summary was found for this file

LeaderBoard.php 4

Type Line Description
error 37 Name of argument $db does not match with the DocBlock's name $db: in __construct()
notice 37 Parameter $db: could not be found in __construct()
error 74 Name of argument $array does not match with the DocBlock's name $array: in sortRanking()
notice 74 Parameter $array: could not be found in sortRanking()

Match.php 1

Type Line Description
error 0 No summary was found for this file

BetManager.php 42

Type Line Description
error 39 Name of argument $db does not match with the DocBlock's name $db: in __construct()
notice 39 Parameter $db: could not be found in __construct()
error 49 Name of argument $user does not match with the DocBlock's name $user: in getAllBetsForUser()
notice 49 Parameter $user: could not be found in getAllBetsForUser()
error 73 Name of argument $user does not match with the DocBlock's name $user: in getAllBetsForUserOnMatchday()
error 73 Name of argument $matchday does not match with the DocBlock's name $matchday: in getAllBetsForUserOnMatchday()
error 73 The type hint of the argument is incorrect for the type definition of the @param tag with argument $matchday in getAllBetsForUserOnMatchday()
notice 73 Parameter $user: could not be found in getAllBetsForUserOnMatchday()
notice 73 Parameter $matchday: could not be found in getAllBetsForUserOnMatchday()
error 99 Name of argument $user does not match with the DocBlock's name $user: in placeBetWithoutAuthentication()
error 99 Name of argument $match does not match with the DocBlock's name $match: in placeBetWithoutAuthentication()
error 99 Name of argument $homeScore does not match with the DocBlock's name $homeScore: in placeBetWithoutAuthentication()
error 99 The type hint of the argument is incorrect for the type definition of the @param tag with argument $homeScore in placeBetWithoutAuthentication()
error 99 Name of argument $awayScore does not match with the DocBlock's name $awayScore: in placeBetWithoutAuthentication()
error 99 The type hint of the argument is incorrect for the type definition of the @param tag with argument $awayScore in placeBetWithoutAuthentication()
notice 99 Parameter $user: could not be found in placeBetWithoutAuthentication()
notice 99 Parameter $match: could not be found in placeBetWithoutAuthentication()
notice 99 Parameter $homeScore: could not be found in placeBetWithoutAuthentication()
notice 99 Parameter $awayScore: could not be found in placeBetWithoutAuthentication()
error 131 Name of argument $user does not match with the DocBlock's name $user: in placeBetWithLoginSession()
error 131 Name of argument $match does not match with the DocBlock's name $match: in placeBetWithLoginSession()
error 131 Name of argument $homeScore does not match with the DocBlock's name $homeScore: in placeBetWithLoginSession()
error 131 The type hint of the argument is incorrect for the type definition of the @param tag with argument $homeScore in placeBetWithLoginSession()
error 131 Name of argument $awayScore does not match with the DocBlock's name $awayScore: in placeBetWithLoginSession()
error 131 The type hint of the argument is incorrect for the type definition of the @param tag with argument $awayScore in placeBetWithLoginSession()
notice 131 Parameter $user: could not be found in placeBetWithLoginSession()
notice 131 Parameter $match: could not be found in placeBetWithLoginSession()
notice 131 Parameter $homeScore: could not be found in placeBetWithLoginSession()
notice 131 Parameter $awayScore: could not be found in placeBetWithLoginSession()
error 152 Name of argument $user does not match with the DocBlock's name $user: in placeBetWithApiKey()
error 152 Name of argument $apiKey does not match with the DocBlock's name $apiKey: in placeBetWithApiKey()
error 152 The type hint of the argument is incorrect for the type definition of the @param tag with argument $apiKey in placeBetWithApiKey()
error 152 Name of argument $match does not match with the DocBlock's name $match: in placeBetWithApiKey()
error 152 Name of argument $homeScore does not match with the DocBlock's name $homeScore: in placeBetWithApiKey()
error 152 The type hint of the argument is incorrect for the type definition of the @param tag with argument $homeScore in placeBetWithApiKey()
error 152 Name of argument $awayScore does not match with the DocBlock's name $awayScore: in placeBetWithApiKey()
error 152 The type hint of the argument is incorrect for the type definition of the @param tag with argument $awayScore in placeBetWithApiKey()
notice 152 Parameter $user: could not be found in placeBetWithApiKey()
notice 152 Parameter $apiKey: could not be found in placeBetWithApiKey()
notice 152 Parameter $match: could not be found in placeBetWithApiKey()
notice 152 Parameter $homeScore: could not be found in placeBetWithApiKey()
notice 152 Parameter $awayScore: could not be found in placeBetWithApiKey()

Goal.php 33

Type Line Description
error 84 Name of argument $id does not match with the DocBlock's name $id: in __construct()
error 84 The type hint of the argument is incorrect for the type definition of the @param tag with argument $id in __construct()
error 84 Name of argument $match does not match with the DocBlock's name $match: in __construct()
error 84 Name of argument $player does not match with the DocBlock's name $player: in __construct()
error 84 Name of argument $minute does not match with the DocBlock's name $minute: in __construct()
error 84 The type hint of the argument is incorrect for the type definition of the @param tag with argument $minute in __construct()
error 84 Name of argument $homeScore does not match with the DocBlock's name $homeScore: in __construct()
error 84 The type hint of the argument is incorrect for the type definition of the @param tag with argument $homeScore in __construct()
error 84 Name of argument $awayScore does not match with the DocBlock's name $awayScore: in __construct()
error 84 The type hint of the argument is incorrect for the type definition of the @param tag with argument $awayScore in __construct()
error 84 Name of argument $penalty does not match with the DocBlock's name $penalty: in __construct()
error 84 The type hint of the argument is incorrect for the type definition of the @param tag with argument $penalty in __construct()
error 84 Name of argument $owngoal does not match with the DocBlock's name $owngoal: in __construct()
error 84 The type hint of the argument is incorrect for the type definition of the @param tag with argument $owngoal in __construct()
notice 84 Parameter $id: could not be found in __construct()
notice 84 Parameter $match: could not be found in __construct()
notice 84 Parameter $player: could not be found in __construct()
notice 84 Parameter $minute: could not be found in __construct()
notice 84 Parameter $homeScore: could not be found in __construct()
notice 84 Parameter $awayScore: could not be found in __construct()
notice 84 Parameter $penalty: could not be found in __construct()
notice 84 Parameter $owngoal: could not be found in __construct()
error 118 Name of argument $db does not match with the DocBlock's name $db: in fromRow()
error 118 Name of argument $row does not match with the DocBlock's name $row: in fromRow()
notice 118 Parameter $db: could not be found in fromRow()
notice 118 Parameter $row: could not be found in fromRow()
error 138 Name of argument $db does not match with the DocBlock's name $db: in getFromMatchId()
error 138 Name of argument $matchId does not match with the DocBlock's name $matchId: in getFromMatchId()
error 138 The type hint of the argument is incorrect for the type definition of the @param tag with argument $matchId in getFromMatchId()
notice 138 Parameter $db: could not be found in getFromMatchId()
notice 138 Parameter $matchId: could not be found in getFromMatchId()
error 157 No summary for method toArray()
error 173 No summary for method toJsonArray()

Player.php 14

Type Line Description
error 53 Name of argument $id does not match with the DocBlock's name $id: in __construct()
error 53 The type hint of the argument is incorrect for the type definition of the @param tag with argument $id in __construct()
error 53 Name of argument $team does not match with the DocBlock's name $team: in __construct()
error 53 Name of argument $name does not match with the DocBlock's name $name: in __construct()
error 53 The type hint of the argument is incorrect for the type definition of the @param tag with argument $name in __construct()
notice 53 Parameter $id: could not be found in __construct()
notice 53 Parameter $team: could not be found in __construct()
notice 53 Parameter $name: could not be found in __construct()
error 75 Name of argument $db does not match with the DocBlock's name $db: in fromRow()
error 75 Name of argument $row does not match with the DocBlock's name $row: in fromRow()
notice 75 Parameter $db: could not be found in fromRow()
notice 75 Parameter $row: could not be found in fromRow()
error 86 No summary for method toArray()
error 97 No summary for method toJsonArray()