Lines Matching refs:isCurrentLineBlank
656 if ($this->isCurrentLineBlank()) {
838 $isCurrentLineBlank = $this->isCurrentLineBlank();
842 while ($notEOF && $isCurrentLineBlank) {
846 $isCurrentLineBlank = $this->isCurrentLineBlank();
864 $isCurrentLineBlank ||
868 if ($isCurrentLineBlank && \strlen($this->currentLine) > $indentation) {
870 } elseif ($isCurrentLineBlank) {
878 $isCurrentLineBlank = $this->isCurrentLineBlank();
969 return $this->isCurrentLineBlank() || $this->isCurrentLineComment();
975 private function isCurrentLineBlank(): bool
1165 if ($this->isCurrentLineBlank()) {
1195 if ($this->isCurrentLineBlank()) {