Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/cakephp/cakephp-codesniffer/CakePHP/Tests/Strings/ConcatenationSpacingUnitTest.inc
<?php

$text = 'some' . 'text';
$text = 'some'. 'text';
$text = 'some' .'text';
$text = 'some'.'text';
$text = 'some'  . 'text';
$text = 'some' .  'text';

$text = 'some' . 'text';