Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/AccessibilityAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -423,4 +423,4 @@ public static function getAnalysisNames(): array
}


}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/Analyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@ public function getOrder(): int;
*/
public static function getOptions(): Options;

}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/BaseAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -170,4 +170,4 @@ public static function getOptions(): Options
{
throw new Exception("Not implemented method getOptions() in " . get_called_class());
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/BestPracticeAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -925,4 +925,4 @@ public static function getOptions(): Options
}


}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/CachingAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -251,4 +251,4 @@ public static function getOptions(): Options
{
return new Options();
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/ContentTypeAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -218,4 +218,4 @@ public static function getOptions(): Options
{
return new Options();
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/DnsAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -281,4 +281,4 @@ public static function getOptions(): Options
{
return new Options();
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/FastestAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ public static function getOptions(): Options
]));
return $options;
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/HeadersAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ public static function getAnalysisNames(): array
self::ANALYSIS_HEADERS,
];
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -283,4 +283,4 @@ private function importAnalyzers(): void
$this->output->setExtraColumnsFromAnalysis($extraTableColumns);
}
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/Page404Analyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ public static function getOptions(): Options
{
return new Options();
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/RedirectsAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ public static function getOptions(): Options
{
return new Options();
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/Result/AnalyzerStats.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ private function addResult(string $analysisName, string $severity, ?string $subj
}
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/Result/DnsAnalysisResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ public function getTxtDescription(): string
return trim($result);
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/Result/HeaderStats.php
Original file line number Diff line number Diff line change
Expand Up @@ -182,4 +182,4 @@ public function getValuesPreview(int $maxLength = 120): string
return '[see values below]';
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/Result/HeadingTreeItem.php
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,4 @@ public static function getHeadingTreeTxt(HeadingTreeItem $item, bool $addItem =
return $result;
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/Result/SecurityCheckedHeader.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ public function getSeverityName(): string
};
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/Result/SecurityResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ public function getHighestSeverity(): int
return $highestSeverity;
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/Result/SeoAndOpenGraphResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -237,4 +237,4 @@ private static function isDeniedByRobotsTxt(string $urlPathAndQuery, string $rob
return false;
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/Result/UrlAnalysisResult.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,4 @@ public function getAllDetailsForAnalysis(string $analysisName): array
return $result;
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/SecurityAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -574,4 +574,4 @@ private static function getCheckedHeaders(): array
return str_starts_with($key, 'HEADER_');
}, ARRAY_FILTER_USE_KEY);
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/SeoAndOpenGraphAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,4 +276,4 @@ public function getOrder(): int
return 113;
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/SkippedUrlsAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ public static function getOptions(): Options
{
return new Options();
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/SlowestAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ public static function getOptions(): Options
]));
return $options;
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/SourceDomainsAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,4 +157,4 @@ public static function getOptions(): Options
{
return new Options();
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Analysis/SslTlsAnalyzer.php
Original file line number Diff line number Diff line change
Expand Up @@ -342,4 +342,4 @@ public static function getOptions(): Options
{
return new Options();
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/AssetType.php
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ public function jsonSerialize(): string
throw new Exception("Unknown asset type");
}
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Components/SuperTableColumn.php
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ public function getDataValue(array|object $row)
return is_object($row) ? @$row->{$this->aplCode} : @$row[$this->aplCode];
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/ContentProcessor/AstroProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,4 +119,4 @@ private function detectAndIncludeOtherModules(string $moduleContent, ParsedUrl $
}, $moduleContent);
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/ContentProcessor/BaseProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ public function isContentTypeRelevant(int $contentType): bool
return in_array($contentType, $this->relevantContentTypes);
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/ContentProcessor/ContentProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ public function isContentTypeRelevant(int $contentType): bool;
*/
public function setDebugMode(bool $debugMode): void;

}
}
2 changes: 1 addition & 1 deletion src/Crawler/ContentProcessor/CssProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,4 @@ private function removeUnwantedCodeFromCss(string $css): string
return $css;
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/ContentProcessor/HtmlProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -663,4 +663,4 @@ private function isForcedToRemoveAnchorListeners(string $html): bool
return str_contains($html, '_next/');
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/ContentProcessor/JavaScriptProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,4 @@ private function findUrlsImportFrom(string $content, ParsedUrl $sourceUrl): ?Fou
return $foundUrls;
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/ContentProcessor/Manager.php
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,4 @@ public function getStats(): ManagerStats
return $this->stats;
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/ContentProcessor/NextJsProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,4 +118,4 @@ public function setDebugMode(bool $debugMode): void
// debug mode not implemented
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/ContentProcessor/SvelteProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ public function isContentTypeRelevant(int $contentType): bool
return $contentType === Crawler::CONTENT_TYPE_ID_HTML;
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/ContentProcessor/XmlProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ private function getUrlsFromSitemapXmlIndex(string $content): array
return $urls;
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/CoreOptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -335,4 +335,4 @@ public function getInitialScheme(): string

return $initialScheme;
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Crawler.php
Original file line number Diff line number Diff line change
Expand Up @@ -1433,4 +1433,4 @@ public function getSkippedUrls(): Table
return $this->skipped;
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/Debugger.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ private static function log(string $message): void
}
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/DeviceType.php
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ public function jsonSerialize(): string
throw new Exception("Unknown device type");
}
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Export/BaseExporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,4 +92,4 @@ public static function getOptions(): Options
{
throw new Exception("Not implemented method getOptions() in " . get_called_class());
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Export/Exporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ public function export(): void;
* @return Options
*/
public static function getOptions(): Options;
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Export/FileExporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -151,4 +151,4 @@ public static function getOptions(): Options
}


}
}
2 changes: 1 addition & 1 deletion src/Crawler/Export/HtmlReport.php
Original file line number Diff line number Diff line change
Expand Up @@ -1595,4 +1595,4 @@ private function getInitialHost(): string
return $this->status->getOptions()->getInitialHost();
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/Export/HtmlReport/Badge.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ public function __construct(string $value, string $color, ?string $title = null)
$this->color = $color;
$this->title = $title;
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Export/HtmlReport/Tab.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,4 @@ public function getFinalSortOrder(): int
return $this->order !== null ? $this->order : ($this->fixedOrder !== null ? $this->fixedOrder : 1000);
}

}
}
2 changes: 1 addition & 1 deletion src/Crawler/Export/MailerExporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -305,4 +305,4 @@ public static function getOptions(): Options
]));
return $options;
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Export/OfflineExporter/OfflineResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ public function __construct(ParsedUrl $targetUrl, ?string $relativeFilePath)
$this->targetUrl = $targetUrl;
$this->relativeFilePath = $relativeFilePath;
}
}
}
2 changes: 1 addition & 1 deletion src/Crawler/Export/SitemapExporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,4 +136,4 @@ public static function getOptions(): Options
}


}
}
2 changes: 1 addition & 1 deletion src/Crawler/Export/UploadExporter.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,4 @@ public static function getOptions(): Options
]));
return $options;
}
}
}
Loading