@@ -883,16 +883,6 @@ public static function getMethodsThatUseOtherMethods(): array
883883 'args ' => ['not-integer ' , 'Value must be a negative integer. Got: %s ' ],
884884 'exceptionMessage ' => 'Value must be a negative integer. Got: string ' ,
885885 ],
886- // [
887- // 'method' => 'isInitialized',
888- // 'args' => ['not-object', 'propertyName', 'Property is not initialized or did not get an object: %s'],
889- // 'exceptionMessage' => 'Property is not initialized or did not get an object: string',
890- // ],
891- // [
892- // 'method' => 'notInstanceOf',
893- // 'args' => ['not-object', 'Class', 'Invalid object. Got: %s'],
894- // 'exceptionMessage' => 'Invalid object. Got: string',
895- // ],
896886 [
897887 'method ' => 'ip ' ,
898888 'args ' => [127001 , 'Value must be a valid IP. Got: %s ' ],
@@ -942,11 +932,6 @@ public static function getMethodsThatUseOtherMethods(): array
942932 'method ' => 'upper ' ,
943933 'args ' => [111 , 'Value must be a string with only uppercase characters. Got: %s ' ],
944934 'exceptionMessage ' => 'Value must be a string with only uppercase characters. Got: integer ' ,
945- // [
946- // 'method' => 'length',
947- // 'args' => [111, 'Value must be a string of the specified length. Got: %s'],
948- // 'exceptionMessage' => 'Value must be a string of the specified length. Got: integer',
949- // ],
950935 ],
951936 [
952937 'method ' => 'fileExists ' ,
0 commit comments