From 18a2adce3d22e4383d30010ff3080adebd297e7a Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Sat, 30 Jul 2016 22:39:43 -0700 Subject: [PATCH] Remove all the extra spaces StyleCI wanted me to add :) --- src/Mustache/Autoloader.php | 1 - src/Mustache/Cache.php | 1 - src/Mustache/Cache/AbstractCache.php | 1 - src/Mustache/Cache/FilesystemCache.php | 1 - src/Mustache/Cache/NoopCache.php | 1 - src/Mustache/Compiler.php | 1 - src/Mustache/Context.php | 1 - src/Mustache/Engine.php | 1 - src/Mustache/Exception.php | 1 - src/Mustache/Exception/InvalidArgumentException.php | 1 - src/Mustache/Exception/LogicException.php | 1 - src/Mustache/Exception/RuntimeException.php | 1 - src/Mustache/Exception/SyntaxException.php | 1 - src/Mustache/Exception/UnknownFilterException.php | 1 - src/Mustache/Exception/UnknownHelperException.php | 1 - src/Mustache/Exception/UnknownTemplateException.php | 1 - src/Mustache/HelperCollection.php | 1 - src/Mustache/LambdaHelper.php | 1 - src/Mustache/Loader.php | 1 - src/Mustache/Loader/ArrayLoader.php | 1 - src/Mustache/Loader/CascadingLoader.php | 1 - src/Mustache/Loader/FilesystemLoader.php | 1 - src/Mustache/Loader/InlineLoader.php | 1 - src/Mustache/Loader/MutableLoader.php | 1 - src/Mustache/Loader/StringLoader.php | 1 - src/Mustache/Logger.php | 1 - src/Mustache/Logger/AbstractLogger.php | 1 - src/Mustache/Logger/StreamLogger.php | 1 - src/Mustache/Parser.php | 1 - src/Mustache/Template.php | 1 - src/Mustache/Tokenizer.php | 1 - test/Mustache/Test/AutoloaderTest.php | 1 - test/Mustache/Test/Cache/AbstractCacheTest.php | 1 - test/Mustache/Test/Cache/FilesystemCacheTest.php | 1 - test/Mustache/Test/CompilerTest.php | 1 - test/Mustache/Test/ContextTest.php | 1 - test/Mustache/Test/EngineTest.php | 1 - test/Mustache/Test/Exception/SyntaxExceptionTest.php | 1 - test/Mustache/Test/Exception/UnknownFilterExceptionTest.php | 1 - test/Mustache/Test/Exception/UnknownHelperExceptionTest.php | 1 - test/Mustache/Test/Exception/UnknownTemplateExceptionTest.php | 1 - test/Mustache/Test/FiveThree/Functional/ClosureQuirksTest.php | 1 - test/Mustache/Test/FiveThree/Functional/EngineTest.php | 1 - test/Mustache/Test/FiveThree/Functional/FiltersTest.php | 1 - .../Test/FiveThree/Functional/HigherOrderSectionsTest.php | 1 - test/Mustache/Test/FiveThree/Functional/LambdaHelperTest.php | 1 - test/Mustache/Test/FiveThree/Functional/MustacheSpecTest.php | 1 - .../Test/FiveThree/Functional/PartialLambdaIndentTest.php | 1 - test/Mustache/Test/FiveThree/Functional/StrictCallablesTest.php | 1 - test/Mustache/Test/Functional/CallTest.php | 1 - test/Mustache/Test/Functional/ExamplesTest.php | 1 - test/Mustache/Test/Functional/HigherOrderSectionsTest.php | 1 - test/Mustache/Test/Functional/MustacheInjectionTest.php | 1 - test/Mustache/Test/Functional/MustacheSpecTest.php | 1 - test/Mustache/Test/Functional/NestedPartialIndentTest.php | 1 - test/Mustache/Test/Functional/ObjectSectionTest.php | 1 - test/Mustache/Test/FunctionalTestCase.php | 1 - test/Mustache/Test/HelperCollectionTest.php | 1 - test/Mustache/Test/Loader/ArrayLoaderTest.php | 1 - test/Mustache/Test/Loader/CascadingLoaderTest.php | 1 - test/Mustache/Test/Loader/FilesystemLoaderTest.php | 1 - test/Mustache/Test/Loader/StringLoaderTest.php | 1 - test/Mustache/Test/Logger/AbstractLoggerTest.php | 1 - test/Mustache/Test/Logger/StreamLoggerTest.php | 1 - test/Mustache/Test/ParserTest.php | 1 - test/Mustache/Test/SpecTestCase.php | 1 - test/Mustache/Test/TemplateTest.php | 1 - test/Mustache/Test/TokenizerTest.php | 1 - test/fixtures/autoloader/Mustache/Bar.php | 1 - test/fixtures/autoloader/Mustache/Foo.php | 1 - test/fixtures/autoloader/NonMustacheClass.php | 1 - 71 files changed, 71 deletions(-) diff --git a/src/Mustache/Autoloader.php b/src/Mustache/Autoloader.php index ac80674..b16ac14 100644 --- a/src/Mustache/Autoloader.php +++ b/src/Mustache/Autoloader.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Mustache class autoloader. */ diff --git a/src/Mustache/Cache.php b/src/Mustache/Cache.php index 1e0c98b..7b465ab 100644 --- a/src/Mustache/Cache.php +++ b/src/Mustache/Cache.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Mustache Cache interface. * diff --git a/src/Mustache/Cache/AbstractCache.php b/src/Mustache/Cache/AbstractCache.php index 96b8a3f..495090b 100644 --- a/src/Mustache/Cache/AbstractCache.php +++ b/src/Mustache/Cache/AbstractCache.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Abstract Mustache Cache class. * diff --git a/src/Mustache/Cache/FilesystemCache.php b/src/Mustache/Cache/FilesystemCache.php index b1cd765..0dbe8f9 100644 --- a/src/Mustache/Cache/FilesystemCache.php +++ b/src/Mustache/Cache/FilesystemCache.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Mustache Cache filesystem implementation. * diff --git a/src/Mustache/Cache/NoopCache.php b/src/Mustache/Cache/NoopCache.php index 302d82a..ca0007d 100644 --- a/src/Mustache/Cache/NoopCache.php +++ b/src/Mustache/Cache/NoopCache.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Mustache Cache in-memory implementation. * diff --git a/src/Mustache/Compiler.php b/src/Mustache/Compiler.php index 3003769..2a831d6 100644 --- a/src/Mustache/Compiler.php +++ b/src/Mustache/Compiler.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Mustache Compiler class. * diff --git a/src/Mustache/Context.php b/src/Mustache/Context.php index 0a4999c..f59faea 100644 --- a/src/Mustache/Context.php +++ b/src/Mustache/Context.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Mustache Template rendering Context. */ diff --git a/src/Mustache/Engine.php b/src/Mustache/Engine.php index 4f4092a..8ed7f81 100644 --- a/src/Mustache/Engine.php +++ b/src/Mustache/Engine.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * A Mustache implementation in PHP. * diff --git a/src/Mustache/Exception.php b/src/Mustache/Exception.php index 0998b9d..66bd6bd 100644 --- a/src/Mustache/Exception.php +++ b/src/Mustache/Exception.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * A Mustache Exception interface. */ diff --git a/src/Mustache/Exception/InvalidArgumentException.php b/src/Mustache/Exception/InvalidArgumentException.php index 8feb383..46b200c 100644 --- a/src/Mustache/Exception/InvalidArgumentException.php +++ b/src/Mustache/Exception/InvalidArgumentException.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Invalid argument exception. */ diff --git a/src/Mustache/Exception/LogicException.php b/src/Mustache/Exception/LogicException.php index 2297022..8e75e7e 100644 --- a/src/Mustache/Exception/LogicException.php +++ b/src/Mustache/Exception/LogicException.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Logic exception. */ diff --git a/src/Mustache/Exception/RuntimeException.php b/src/Mustache/Exception/RuntimeException.php index 3d7a8d1..9a7b90b 100644 --- a/src/Mustache/Exception/RuntimeException.php +++ b/src/Mustache/Exception/RuntimeException.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Runtime exception. */ diff --git a/src/Mustache/Exception/SyntaxException.php b/src/Mustache/Exception/SyntaxException.php index 296a5d9..4fcb39d 100644 --- a/src/Mustache/Exception/SyntaxException.php +++ b/src/Mustache/Exception/SyntaxException.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Mustache syntax exception. */ diff --git a/src/Mustache/Exception/UnknownFilterException.php b/src/Mustache/Exception/UnknownFilterException.php index 6a453ec..44505e4 100644 --- a/src/Mustache/Exception/UnknownFilterException.php +++ b/src/Mustache/Exception/UnknownFilterException.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Unknown filter exception. */ diff --git a/src/Mustache/Exception/UnknownHelperException.php b/src/Mustache/Exception/UnknownHelperException.php index f236c1c..e1bc4d2 100644 --- a/src/Mustache/Exception/UnknownHelperException.php +++ b/src/Mustache/Exception/UnknownHelperException.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Unknown helper exception. */ diff --git a/src/Mustache/Exception/UnknownTemplateException.php b/src/Mustache/Exception/UnknownTemplateException.php index 61e4427..0c37796 100644 --- a/src/Mustache/Exception/UnknownTemplateException.php +++ b/src/Mustache/Exception/UnknownTemplateException.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Unknown template exception. */ diff --git a/src/Mustache/HelperCollection.php b/src/Mustache/HelperCollection.php index 25ee8c2..86c56b7 100644 --- a/src/Mustache/HelperCollection.php +++ b/src/Mustache/HelperCollection.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * A collection of helpers for a Mustache instance. */ diff --git a/src/Mustache/LambdaHelper.php b/src/Mustache/LambdaHelper.php index d846abc..1d203d5 100644 --- a/src/Mustache/LambdaHelper.php +++ b/src/Mustache/LambdaHelper.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Mustache Lambda Helper. * diff --git a/src/Mustache/Loader.php b/src/Mustache/Loader.php index 3398dab..c5e1a19 100644 --- a/src/Mustache/Loader.php +++ b/src/Mustache/Loader.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Mustache Template Loader interface. */ diff --git a/src/Mustache/Loader/ArrayLoader.php b/src/Mustache/Loader/ArrayLoader.php index 3e3a214..c0d6a4d 100644 --- a/src/Mustache/Loader/ArrayLoader.php +++ b/src/Mustache/Loader/ArrayLoader.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Mustache Template array Loader implementation. * diff --git a/src/Mustache/Loader/CascadingLoader.php b/src/Mustache/Loader/CascadingLoader.php index 943c39b..b4726bc 100644 --- a/src/Mustache/Loader/CascadingLoader.php +++ b/src/Mustache/Loader/CascadingLoader.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * A Mustache Template cascading loader implementation, which delegates to other * Loader instances. diff --git a/src/Mustache/Loader/FilesystemLoader.php b/src/Mustache/Loader/FilesystemLoader.php index a7320ea..8f84774 100644 --- a/src/Mustache/Loader/FilesystemLoader.php +++ b/src/Mustache/Loader/FilesystemLoader.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Mustache Template filesystem Loader implementation. * diff --git a/src/Mustache/Loader/InlineLoader.php b/src/Mustache/Loader/InlineLoader.php index 5b01089..f6d4b17 100644 --- a/src/Mustache/Loader/InlineLoader.php +++ b/src/Mustache/Loader/InlineLoader.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * A Mustache Template loader for inline templates. * diff --git a/src/Mustache/Loader/MutableLoader.php b/src/Mustache/Loader/MutableLoader.php index 5d1b047..f228d90 100644 --- a/src/Mustache/Loader/MutableLoader.php +++ b/src/Mustache/Loader/MutableLoader.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Mustache Template mutable Loader interface. */ diff --git a/src/Mustache/Loader/StringLoader.php b/src/Mustache/Loader/StringLoader.php index fa6d7b5..79b616b 100644 --- a/src/Mustache/Loader/StringLoader.php +++ b/src/Mustache/Loader/StringLoader.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Mustache Template string Loader implementation. * diff --git a/src/Mustache/Logger.php b/src/Mustache/Logger.php index dcf3eb2..324a7ce 100644 --- a/src/Mustache/Logger.php +++ b/src/Mustache/Logger.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Describes a Mustache logger instance. * diff --git a/src/Mustache/Logger/AbstractLogger.php b/src/Mustache/Logger/AbstractLogger.php index bef68b3..64bdf66 100644 --- a/src/Mustache/Logger/AbstractLogger.php +++ b/src/Mustache/Logger/AbstractLogger.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * This is a simple Logger implementation that other Loggers can inherit from. * diff --git a/src/Mustache/Logger/StreamLogger.php b/src/Mustache/Logger/StreamLogger.php index 992e706..efb3231 100644 --- a/src/Mustache/Logger/StreamLogger.php +++ b/src/Mustache/Logger/StreamLogger.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * A Mustache Stream Logger. * diff --git a/src/Mustache/Parser.php b/src/Mustache/Parser.php index 5d3ed9e..adefebd 100644 --- a/src/Mustache/Parser.php +++ b/src/Mustache/Parser.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Mustache Parser class. * diff --git a/src/Mustache/Template.php b/src/Mustache/Template.php index 5087a70..2b7771c 100644 --- a/src/Mustache/Template.php +++ b/src/Mustache/Template.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Abstract Mustache Template class. * diff --git a/src/Mustache/Tokenizer.php b/src/Mustache/Tokenizer.php index 5643632..27e4d05 100644 --- a/src/Mustache/Tokenizer.php +++ b/src/Mustache/Tokenizer.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * Mustache Tokenizer class. * diff --git a/test/Mustache/Test/AutoloaderTest.php b/test/Mustache/Test/AutoloaderTest.php index 35bde97..40af5ee 100644 --- a/test/Mustache/Test/AutoloaderTest.php +++ b/test/Mustache/Test/AutoloaderTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group unit */ diff --git a/test/Mustache/Test/Cache/AbstractCacheTest.php b/test/Mustache/Test/Cache/AbstractCacheTest.php index e0c7ada..d977388 100644 --- a/test/Mustache/Test/Cache/AbstractCacheTest.php +++ b/test/Mustache/Test/Cache/AbstractCacheTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - class Mustache_Test_Cache_AbstractCacheTest extends PHPUnit_Framework_TestCase { public function testGetSetLogger() diff --git a/test/Mustache/Test/Cache/FilesystemCacheTest.php b/test/Mustache/Test/Cache/FilesystemCacheTest.php index b0990dc..2413125 100644 --- a/test/Mustache/Test/Cache/FilesystemCacheTest.php +++ b/test/Mustache/Test/Cache/FilesystemCacheTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group functional */ diff --git a/test/Mustache/Test/CompilerTest.php b/test/Mustache/Test/CompilerTest.php index a636096..725a82c 100644 --- a/test/Mustache/Test/CompilerTest.php +++ b/test/Mustache/Test/CompilerTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group unit */ diff --git a/test/Mustache/Test/ContextTest.php b/test/Mustache/Test/ContextTest.php index 52f316c..029c2ba 100644 --- a/test/Mustache/Test/ContextTest.php +++ b/test/Mustache/Test/ContextTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group unit */ diff --git a/test/Mustache/Test/EngineTest.php b/test/Mustache/Test/EngineTest.php index 35f3a8b..e8743d7 100644 --- a/test/Mustache/Test/EngineTest.php +++ b/test/Mustache/Test/EngineTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group unit */ diff --git a/test/Mustache/Test/Exception/SyntaxExceptionTest.php b/test/Mustache/Test/Exception/SyntaxExceptionTest.php index b4040a9..3f6b2e4 100644 --- a/test/Mustache/Test/Exception/SyntaxExceptionTest.php +++ b/test/Mustache/Test/Exception/SyntaxExceptionTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - class Mustache_Test_Exception_SyntaxExceptionTest extends PHPUnit_Framework_TestCase { public function testInstance() diff --git a/test/Mustache/Test/Exception/UnknownFilterExceptionTest.php b/test/Mustache/Test/Exception/UnknownFilterExceptionTest.php index d8bd44a..049c842 100644 --- a/test/Mustache/Test/Exception/UnknownFilterExceptionTest.php +++ b/test/Mustache/Test/Exception/UnknownFilterExceptionTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - class Mustache_Test_Exception_UnknownFilterExceptionTest extends PHPUnit_Framework_TestCase { public function testInstance() diff --git a/test/Mustache/Test/Exception/UnknownHelperExceptionTest.php b/test/Mustache/Test/Exception/UnknownHelperExceptionTest.php index 9d3de69..b1682cd 100644 --- a/test/Mustache/Test/Exception/UnknownHelperExceptionTest.php +++ b/test/Mustache/Test/Exception/UnknownHelperExceptionTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - class Mustache_Test_Exception_UnknownHelperExceptionTest extends PHPUnit_Framework_TestCase { public function testInstance() diff --git a/test/Mustache/Test/Exception/UnknownTemplateExceptionTest.php b/test/Mustache/Test/Exception/UnknownTemplateExceptionTest.php index 572fd2e..2452749 100644 --- a/test/Mustache/Test/Exception/UnknownTemplateExceptionTest.php +++ b/test/Mustache/Test/Exception/UnknownTemplateExceptionTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - class Mustache_Test_Exception_UnknownTemplateExceptionTest extends PHPUnit_Framework_TestCase { public function testInstance() diff --git a/test/Mustache/Test/FiveThree/Functional/ClosureQuirksTest.php b/test/Mustache/Test/FiveThree/Functional/ClosureQuirksTest.php index 43bf429..c997a1d 100644 --- a/test/Mustache/Test/FiveThree/Functional/ClosureQuirksTest.php +++ b/test/Mustache/Test/FiveThree/Functional/ClosureQuirksTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group lambdas * @group functional diff --git a/test/Mustache/Test/FiveThree/Functional/EngineTest.php b/test/Mustache/Test/FiveThree/Functional/EngineTest.php index 236d130..3ed70c7 100644 --- a/test/Mustache/Test/FiveThree/Functional/EngineTest.php +++ b/test/Mustache/Test/FiveThree/Functional/EngineTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group pragmas * @group functional diff --git a/test/Mustache/Test/FiveThree/Functional/FiltersTest.php b/test/Mustache/Test/FiveThree/Functional/FiltersTest.php index 648f482..7adc663 100644 --- a/test/Mustache/Test/FiveThree/Functional/FiltersTest.php +++ b/test/Mustache/Test/FiveThree/Functional/FiltersTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group filters * @group functional diff --git a/test/Mustache/Test/FiveThree/Functional/HigherOrderSectionsTest.php b/test/Mustache/Test/FiveThree/Functional/HigherOrderSectionsTest.php index 81878d6..f926fdf 100644 --- a/test/Mustache/Test/FiveThree/Functional/HigherOrderSectionsTest.php +++ b/test/Mustache/Test/FiveThree/Functional/HigherOrderSectionsTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group lambdas * @group functional diff --git a/test/Mustache/Test/FiveThree/Functional/LambdaHelperTest.php b/test/Mustache/Test/FiveThree/Functional/LambdaHelperTest.php index ed5f304..c67957e 100644 --- a/test/Mustache/Test/FiveThree/Functional/LambdaHelperTest.php +++ b/test/Mustache/Test/FiveThree/Functional/LambdaHelperTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group lambdas * @group functional diff --git a/test/Mustache/Test/FiveThree/Functional/MustacheSpecTest.php b/test/Mustache/Test/FiveThree/Functional/MustacheSpecTest.php index da4397c..d72686d 100644 --- a/test/Mustache/Test/FiveThree/Functional/MustacheSpecTest.php +++ b/test/Mustache/Test/FiveThree/Functional/MustacheSpecTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * A PHPUnit test case wrapping the Mustache Spec. * diff --git a/test/Mustache/Test/FiveThree/Functional/PartialLambdaIndentTest.php b/test/Mustache/Test/FiveThree/Functional/PartialLambdaIndentTest.php index b7e5a14..605003c 100644 --- a/test/Mustache/Test/FiveThree/Functional/PartialLambdaIndentTest.php +++ b/test/Mustache/Test/FiveThree/Functional/PartialLambdaIndentTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group lambdas * @group functional diff --git a/test/Mustache/Test/FiveThree/Functional/StrictCallablesTest.php b/test/Mustache/Test/FiveThree/Functional/StrictCallablesTest.php index 5a11231..fc91072 100644 --- a/test/Mustache/Test/FiveThree/Functional/StrictCallablesTest.php +++ b/test/Mustache/Test/FiveThree/Functional/StrictCallablesTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group lambdas * @group functional diff --git a/test/Mustache/Test/Functional/CallTest.php b/test/Mustache/Test/Functional/CallTest.php index 24ff16e..fddeacf 100644 --- a/test/Mustache/Test/Functional/CallTest.php +++ b/test/Mustache/Test/Functional/CallTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group magic_methods * @group functional diff --git a/test/Mustache/Test/Functional/ExamplesTest.php b/test/Mustache/Test/Functional/ExamplesTest.php index 9339e43..d7ef51a 100644 --- a/test/Mustache/Test/Functional/ExamplesTest.php +++ b/test/Mustache/Test/Functional/ExamplesTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group examples * @group functional diff --git a/test/Mustache/Test/Functional/HigherOrderSectionsTest.php b/test/Mustache/Test/Functional/HigherOrderSectionsTest.php index 5b7527f..e2f68b0 100644 --- a/test/Mustache/Test/Functional/HigherOrderSectionsTest.php +++ b/test/Mustache/Test/Functional/HigherOrderSectionsTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group lambdas * @group functional diff --git a/test/Mustache/Test/Functional/MustacheInjectionTest.php b/test/Mustache/Test/Functional/MustacheInjectionTest.php index 7b78591..d0bdb48 100644 --- a/test/Mustache/Test/Functional/MustacheInjectionTest.php +++ b/test/Mustache/Test/Functional/MustacheInjectionTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group mustache_injection * @group functional diff --git a/test/Mustache/Test/Functional/MustacheSpecTest.php b/test/Mustache/Test/Functional/MustacheSpecTest.php index 52f66b8..7ba0843 100644 --- a/test/Mustache/Test/Functional/MustacheSpecTest.php +++ b/test/Mustache/Test/Functional/MustacheSpecTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * A PHPUnit test case wrapping the Mustache Spec. * diff --git a/test/Mustache/Test/Functional/NestedPartialIndentTest.php b/test/Mustache/Test/Functional/NestedPartialIndentTest.php index 98e3e09..673339c 100644 --- a/test/Mustache/Test/Functional/NestedPartialIndentTest.php +++ b/test/Mustache/Test/Functional/NestedPartialIndentTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group functional * @group partials diff --git a/test/Mustache/Test/Functional/ObjectSectionTest.php b/test/Mustache/Test/Functional/ObjectSectionTest.php index 97d4baa..963b0f7 100644 --- a/test/Mustache/Test/Functional/ObjectSectionTest.php +++ b/test/Mustache/Test/Functional/ObjectSectionTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group sections * @group functional diff --git a/test/Mustache/Test/FunctionalTestCase.php b/test/Mustache/Test/FunctionalTestCase.php index ca33a6e..59185d1 100644 --- a/test/Mustache/Test/FunctionalTestCase.php +++ b/test/Mustache/Test/FunctionalTestCase.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - abstract class Mustache_Test_FunctionalTestCase extends PHPUnit_Framework_TestCase { protected static $tempDir; diff --git a/test/Mustache/Test/HelperCollectionTest.php b/test/Mustache/Test/HelperCollectionTest.php index 6b26e32..df64e97 100644 --- a/test/Mustache/Test/HelperCollectionTest.php +++ b/test/Mustache/Test/HelperCollectionTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - class Mustache_Test_HelperCollectionTest extends PHPUnit_Framework_TestCase { public function testConstructor() diff --git a/test/Mustache/Test/Loader/ArrayLoaderTest.php b/test/Mustache/Test/Loader/ArrayLoaderTest.php index 361e0cd..9960c9b 100644 --- a/test/Mustache/Test/Loader/ArrayLoaderTest.php +++ b/test/Mustache/Test/Loader/ArrayLoaderTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group unit */ diff --git a/test/Mustache/Test/Loader/CascadingLoaderTest.php b/test/Mustache/Test/Loader/CascadingLoaderTest.php index 96107f7..6d97d8d 100644 --- a/test/Mustache/Test/Loader/CascadingLoaderTest.php +++ b/test/Mustache/Test/Loader/CascadingLoaderTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group unit */ diff --git a/test/Mustache/Test/Loader/FilesystemLoaderTest.php b/test/Mustache/Test/Loader/FilesystemLoaderTest.php index ed0cc07..75880d4 100644 --- a/test/Mustache/Test/Loader/FilesystemLoaderTest.php +++ b/test/Mustache/Test/Loader/FilesystemLoaderTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group unit */ diff --git a/test/Mustache/Test/Loader/StringLoaderTest.php b/test/Mustache/Test/Loader/StringLoaderTest.php index 3c7ba6d..f2e47d9 100644 --- a/test/Mustache/Test/Loader/StringLoaderTest.php +++ b/test/Mustache/Test/Loader/StringLoaderTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group unit */ diff --git a/test/Mustache/Test/Logger/AbstractLoggerTest.php b/test/Mustache/Test/Logger/AbstractLoggerTest.php index cb3d67d..e8865e9 100644 --- a/test/Mustache/Test/Logger/AbstractLoggerTest.php +++ b/test/Mustache/Test/Logger/AbstractLoggerTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group unit */ diff --git a/test/Mustache/Test/Logger/StreamLoggerTest.php b/test/Mustache/Test/Logger/StreamLoggerTest.php index 8f9c35d..6cb198a 100644 --- a/test/Mustache/Test/Logger/StreamLoggerTest.php +++ b/test/Mustache/Test/Logger/StreamLoggerTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group unit */ diff --git a/test/Mustache/Test/ParserTest.php b/test/Mustache/Test/ParserTest.php index 87b5709..85e5701 100644 --- a/test/Mustache/Test/ParserTest.php +++ b/test/Mustache/Test/ParserTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group unit */ diff --git a/test/Mustache/Test/SpecTestCase.php b/test/Mustache/Test/SpecTestCase.php index b50fc62..9fb4a15 100644 --- a/test/Mustache/Test/SpecTestCase.php +++ b/test/Mustache/Test/SpecTestCase.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - abstract class Mustache_Test_SpecTestCase extends PHPUnit_Framework_TestCase { protected static $mustache; diff --git a/test/Mustache/Test/TemplateTest.php b/test/Mustache/Test/TemplateTest.php index a4ce7a9..bb260d2 100644 --- a/test/Mustache/Test/TemplateTest.php +++ b/test/Mustache/Test/TemplateTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group unit */ diff --git a/test/Mustache/Test/TokenizerTest.php b/test/Mustache/Test/TokenizerTest.php index 58a8c5c..09be3fe 100644 --- a/test/Mustache/Test/TokenizerTest.php +++ b/test/Mustache/Test/TokenizerTest.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - /** * @group unit */ diff --git a/test/fixtures/autoloader/Mustache/Bar.php b/test/fixtures/autoloader/Mustache/Bar.php index 56b6844..8092722 100644 --- a/test/fixtures/autoloader/Mustache/Bar.php +++ b/test/fixtures/autoloader/Mustache/Bar.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - class Mustache_Bar { // nada diff --git a/test/fixtures/autoloader/Mustache/Foo.php b/test/fixtures/autoloader/Mustache/Foo.php index ab787a0..7e6ef3a 100644 --- a/test/fixtures/autoloader/Mustache/Foo.php +++ b/test/fixtures/autoloader/Mustache/Foo.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - class Mustache_Foo { // nada diff --git a/test/fixtures/autoloader/NonMustacheClass.php b/test/fixtures/autoloader/NonMustacheClass.php index d9ce5af..d8d5929 100644 --- a/test/fixtures/autoloader/NonMustacheClass.php +++ b/test/fixtures/autoloader/NonMustacheClass.php @@ -9,7 +9,6 @@ * file that was distributed with this source code. */ - class NonMustacheClass { // noop