Skip to content

Commit

Permalink
cs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
connorhu committed Apr 4, 2024
1 parent 0600ec9 commit d05a725
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 6 deletions.
2 changes: 2 additions & 0 deletions lib/autoload/sfSimpleAutoload.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ protected function __construct($cacheFile = null)

/**
* @deprecated
*
* @param mixed|null $cacheFile
*/
public static function getInstance($cacheFile = null)
{
Expand Down
1 change: 0 additions & 1 deletion test/unit/escaper/sfOutputEscaperArrayDecoratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* file that was distributed with this source code.
*/


class sfException extends Exception
{
}
Expand Down
1 change: 0 additions & 1 deletion test/unit/escaper/sfOutputEscaperObjectDecoratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* file that was distributed with this source code.
*/


class sfException extends Exception
{
}
Expand Down
1 change: 0 additions & 1 deletion test/unit/escaper/sfOutputEscaperSafeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* file that was distributed with this source code.
*/


$t = new lime_test(13);

// ->getValue()
Expand Down
1 change: 0 additions & 1 deletion test/unit/escaper/sfOutputEscaperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* file that was distributed with this source code.
*/


sfConfig::set('sf_charset', 'UTF-8');

$t = new lime_test(39);
Expand Down
1 change: 0 additions & 1 deletion test/unit/storage/sfCacheSessionStorageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

$_test_dir = realpath(__DIR__.'/../../');


sfConfig::set('sf_symfony_lib_dir', realpath($_test_dir.'/../lib'));

// setup cache
Expand Down
1 change: 0 additions & 1 deletion test/unit/storage/sfSessionStorageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

$_test_dir = realpath(__DIR__.'/../../');


sfConfig::set('sf_symfony_lib_dir', realpath($_test_dir.'/../lib'));

$t = new lime_test(8);
Expand Down

0 comments on commit d05a725

Please sign in to comment.