@@ -928,7 +928,7 @@ public function getNotNullString(): string
928928 */
929929 public function setPrimaryString (bool $ isPrimaryString ): void
930930 {
931- $ this ->isPrimaryString = ( bool ) $ isPrimaryString ;
931+ $ this ->isPrimaryString = $ isPrimaryString ;
932932 }
933933
934934 /**
@@ -973,7 +973,7 @@ public function isPrimaryKey(): bool
973973 */
974974 public function setNodeKey (bool $ isNodeKey ): void
975975 {
976- $ this ->isNodeKey = ( bool ) $ isNodeKey ;
976+ $ this ->isNodeKey = $ isNodeKey ;
977977 }
978978
979979 /**
@@ -995,7 +995,7 @@ public function isNodeKey(): bool
995995 */
996996 public function setNodeKeySep (string $ sep ): void
997997 {
998- $ this ->nodeKeySep = ( string ) $ sep ;
998+ $ this ->nodeKeySep = $ sep ;
999999 }
10001000
10011001 /**
@@ -1017,7 +1017,7 @@ public function getNodeKeySep(): string
10171017 */
10181018 public function setNestedSetLeftKey (bool $ isNestedSetLeftKey ): void
10191019 {
1020- $ this ->isNestedSetLeftKey = ( bool ) $ isNestedSetLeftKey ;
1020+ $ this ->isNestedSetLeftKey = $ isNestedSetLeftKey ;
10211021 }
10221022
10231023 /**
@@ -1039,7 +1039,7 @@ public function isNestedSetLeftKey(): bool
10391039 */
10401040 public function setNestedSetRightKey (bool $ isNestedSetRightKey ): void
10411041 {
1042- $ this ->isNestedSetRightKey = ( bool ) $ isNestedSetRightKey ;
1042+ $ this ->isNestedSetRightKey = $ isNestedSetRightKey ;
10431043 }
10441044
10451045 /**
@@ -1061,7 +1061,7 @@ public function isNestedSetRightKey(): bool
10611061 */
10621062 public function setTreeScopeKey (bool $ isTreeScopeKey ): void
10631063 {
1064- $ this ->isTreeScopeKey = ( bool ) $ isTreeScopeKey ;
1064+ $ this ->isTreeScopeKey = $ isTreeScopeKey ;
10651065 }
10661066
10671067 /**
0 commit comments