@@ -46,7 +46,7 @@ discard block |
||
46 | 46 | } |
47 | 47 | |
48 | 48 | // rebuild bestTitle but keep only the first 2 SEO segments |
49 | - return trim($seoSegmentsFiltered[0]) . self::REBUILD_SEPARATOR . trim($seoSegmentsFiltered[1]); |
|
49 | + return trim($seoSegmentsFiltered[0]).self::REBUILD_SEPARATOR.trim($seoSegmentsFiltered[1]); |
|
50 | 50 | } |
51 | 51 | |
52 | 52 | private function extractSEOSegments(string $title): array |
@@ -90,7 +90,7 @@ discard block |
||
90 | 90 | |
91 | 91 | return array_values(array_filter( |
92 | 92 | $seoSegments, |
93 | - function ($segment) use ($prettyDomainName, $siteName) { |
|
93 | + function($segment) use ($prettyDomainName, $siteName) { |
|
94 | 94 | $strippedSegment = str_replace( |
95 | 95 | [' ', '-'], |
96 | 96 | '', |
@@ -125,8 +125,7 @@ |
||
125 | 125 | } |
126 | 126 | if (isset($this->summary->memo['count lien brisé'])) { |
127 | 127 | $suffix .= ', ⚠️️️lien brisé'; //⚠️ |