Use single quotes where possible
Change-Id: I8c0098e4840d7eff16cf5818f2247b134946d77b
This commit is contained in:
committed by
Siebrand
parent
626d4e81d7
commit
f8487a54eb
@@ -49,7 +49,7 @@ class LanguageNameIndexer extends Maintenance {
|
||||
$buckets[$bucket][$name] = $code;
|
||||
}
|
||||
}
|
||||
$this->output( "Total buckets: " . count( $buckets ) . "\n" );
|
||||
$this->output( 'Total buckets: ' . count( $buckets ) . "\n" );
|
||||
file_put_contents( 'langnames.ser', serialize( $buckets ) );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user