|  | @@ 1127-1129 (lines=3) @@ | 
                                                            
                                    | 1124 |  |     $array = \preg_split('/[\r\n]{1,2}/u', $this->str); | 
                                                            
                                    | 1125 |  |     /** @noinspection CallableInLoopTerminationConditionInspection */ | 
                                                            
                                    | 1126 |  |     /** @noinspection ForeachInvariantsInspection */ | 
                                                            
                                    | 1127 |  |     for ($i = 0; $i < \count($array); $i++) { | 
                                                            
                                    | 1128 |  |       $array[$i] = static::create($array[$i], $this->encoding); | 
                                                            
                                    | 1129 |  |     } | 
                                                            
                                    | 1130 |  |  | 
                                                            
                                    | 1131 |  |     return $array; | 
                                                            
                                    | 1132 |  |   } | 
                                                                                
                                |  | @@ 2070-2072 (lines=3) @@ | 
                                                            
                                    | 2067 |  |  | 
                                                            
                                    | 2068 |  |     /** @noinspection CallableInLoopTerminationConditionInspection */ | 
                                                            
                                    | 2069 |  |     /** @noinspection ForeachInvariantsInspection */ | 
                                                            
                                    | 2070 |  |     for ($i = 0; $i < \count($array); $i++) { | 
                                                            
                                    | 2071 |  |       $array[$i] = static::create($array[$i], $this->encoding); | 
                                                            
                                    | 2072 |  |     } | 
                                                            
                                    | 2073 |  |  | 
                                                            
                                    | 2074 |  |     return $array; | 
                                                            
                                    | 2075 |  |   } |