We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261ef3b commit 8b00934Copy full SHA for 8b00934
src/GoogleStructuredDataTestTool.php
@@ -90,7 +90,7 @@ private function hardWork($argument, $option)
90
91
foreach ($urls as $url) {
92
93
- $this->line("Analizing <info>" . ($numUrl + 1) . "</info> di <info>" . count($urls) . "</info>");
+ $this->line("Analyzing <info>" . ($numUrl + 1) . "</info> of <info>" . count($urls) . "</info>");
94
95
if(!$this->checkStructuredData($url, $whitelist)){
96
$tuttoOk = false;
0 commit comments