File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public function __construct(
5353 $ schemaFile ,
5454 $ migrationsDirectory ,
5555 $ entityDirectories ,
56- array $ options = NULL ,
56+ ? array $ options ,
5757 array $ customTypes ,
5858 array $ ignoredTables ,
5959 $ databaseType ,
Original file line number Diff line number Diff line change 44
55class Mapper extends \LeanMapper \DefaultMapper
66{
7- public function getEntityClass (string $ table , LeanMapper \Row $ row = NULL ): string
7+ public function getEntityClass (string $ table , ? LeanMapper \Row $ row = NULL ): string
88 {
99 if ($ table === 'client ' ) {
1010 if (isset ($ row ->type )) {
Original file line number Diff line number Diff line change 44
55class Mapper extends \LeanMapper \DefaultMapper
66{
7- public function getEntityClass (string $ table , LeanMapper \Row $ row = NULL ): string
7+ public function getEntityClass (string $ table , ? LeanMapper \Row $ row = NULL ): string
88 {
99 if ($ table === 'client ' ) {
1010 if (isset ($ row ->type )) {
Original file line number Diff line number Diff line change 44
55class Mapper extends \LeanMapper \DefaultMapper
66{
7- public function getEntityClass (string $ table , LeanMapper \Row $ row = NULL ): string
7+ public function getEntityClass (string $ table , ? LeanMapper \Row $ row = NULL ): string
88 {
99 if ($ table === 'client ' ) {
1010 if (isset ($ row ->type )) {
Original file line number Diff line number Diff line change 77
88 class Mapper extends \LeanMapper \DefaultMapper
99 {
10- public function getEntityClass (string $ table , \LeanMapper \Row $ row = NULL ): string
10+ public function getEntityClass (string $ table , ? \LeanMapper \Row $ row = NULL ): string
1111 {
1212 if ($ table === 'user ' ) {
1313 if ($ row === NULL ) {
You can’t perform that action at this time.
0 commit comments