@@ -54,7 +54,7 @@ discard block |
||
| 54 | 54 | } |
| 55 | 55 | |
| 56 | 56 | // rebuild title but keep only the first 2 segments |
| 57 | - return trim($titleSegments[0]) . self::REBUILD_SEPARATOR . trim($titleSegments[1]); |
|
| 57 | + return trim($titleSegments[0]).self::REBUILD_SEPARATOR.trim($titleSegments[1]); |
|
| 58 | 58 | } |
| 59 | 59 | |
| 60 | 60 | /** |
@@ -102,7 +102,7 @@ discard block |
||
| 102 | 102 | |
| 103 | 103 | return array_values(array_filter( |
| 104 | 104 | $seoSegments, |
| 105 | - function ($segment) use ($prettyDomainName, $siteName) { |
|
| 105 | + function($segment) use ($prettyDomainName, $siteName) { |
|
| 106 | 106 | $strippedSegment = mb_strtolower(TextUtil::stripPunctuation(TextUtil::stripAccents($segment))); |
| 107 | 107 | $strippedSegment = str_replace(['.', '-', ' '], '', $strippedSegment); |
| 108 | 108 | |
@@ -125,8 +125,7 @@ |
||
| 125 | 125 | } |
| 126 | 126 | if (isset($this->summary->memo['count lien brisé'])) { |
| 127 | 127 | $suffix .= ', ⚠️️️lien brisé'; //⚠️ |