From ba519e935043e77a0465ab8983a4aa5793d97d64 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Tue, 11 Mar 2014 12:37:00 -0700 Subject: [PATCH 1/4] That should be lower case --- src/Psy/Compiler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Psy/Compiler.php b/src/Psy/Compiler.php index e851f766b..0acda891c 100644 --- a/src/Psy/Compiler.php +++ b/src/Psy/Compiler.php @@ -151,7 +151,7 @@ private function getStub() $content = file_get_contents(__DIR__.'/../../bin/psysh'); $content = preg_replace('{/\* <<<.*?>>> \*/}sm', $autoload, $content); - $content .= "__HALT_COMPILER();"; + $content .= "__halt_compiler();"; return $content; } From 0b0a4ef93a252333a974a1a179bd5ef987c507c1 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Thu, 13 Mar 2014 22:54:09 -0700 Subject: [PATCH 2/4] =?UTF-8?q?Update=20copyright=20dates.=20It=E2=80=99s?= =?UTF-8?q?=202014=20already!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 3 ++- src/Psy/Autoloader.php | 2 +- src/Psy/CodeCleaner.php | 2 +- src/Psy/CodeCleaner/AbstractClassPass.php | 2 +- src/Psy/CodeCleaner/AssignThisVariablePass.php | 2 +- src/Psy/CodeCleaner/CallTimePassByReferencePass.php | 2 +- src/Psy/CodeCleaner/CalledClassPass.php | 2 +- src/Psy/CodeCleaner/CodeCleanerPass.php | 2 +- src/Psy/CodeCleaner/FunctionReturnInWriteContextPass.php | 2 +- src/Psy/CodeCleaner/ImplicitReturnPass.php | 2 +- src/Psy/CodeCleaner/InstanceOfPass.php | 2 +- src/Psy/CodeCleaner/LeavePsyshAlonePass.php | 2 +- src/Psy/CodeCleaner/MagicConstantsPass.php | 2 +- src/Psy/CodeCleaner/NamespaceAwarePass.php | 2 +- src/Psy/CodeCleaner/NamespacePass.php | 2 +- src/Psy/CodeCleaner/StaticConstructorPass.php | 2 +- src/Psy/CodeCleaner/UseStatementPass.php | 2 +- src/Psy/CodeCleaner/ValidClassNamePass.php | 2 +- src/Psy/CodeCleaner/ValidConstantPass.php | 2 +- src/Psy/CodeCleaner/ValidFunctionNamePass.php | 2 +- src/Psy/Command/BufferCommand.php | 2 +- src/Psy/Command/ClearCommand.php | 2 +- src/Psy/Command/Command.php | 2 +- src/Psy/Command/DocCommand.php | 2 +- src/Psy/Command/DumpCommand.php | 2 +- src/Psy/Command/ExitCommand.php | 2 +- src/Psy/Command/HelpCommand.php | 2 +- src/Psy/Command/HistoryCommand.php | 2 +- src/Psy/Command/ListCommand.php | 2 +- src/Psy/Command/ListCommand/ClassConstantEnumerator.php | 2 +- src/Psy/Command/ListCommand/ClassEnumerator.php | 2 +- src/Psy/Command/ListCommand/ConstantEnumerator.php | 2 +- src/Psy/Command/ListCommand/Enumerator.php | 2 +- src/Psy/Command/ListCommand/FunctionEnumerator.php | 2 +- src/Psy/Command/ListCommand/GlobalVariableEnumerator.php | 2 +- src/Psy/Command/ListCommand/InterfaceEnumerator.php | 2 +- src/Psy/Command/ListCommand/MethodEnumerator.php | 2 +- src/Psy/Command/ListCommand/PropertyEnumerator.php | 2 +- src/Psy/Command/ListCommand/TraitEnumerator.php | 2 +- src/Psy/Command/ListCommand/VariableEnumerator.php | 2 +- src/Psy/Command/ParseCommand.php | 2 +- src/Psy/Command/PsyVersionCommand.php | 2 +- src/Psy/Command/ReflectingCommand.php | 2 +- src/Psy/Command/ShowCommand.php | 2 +- src/Psy/Command/TraceCommand.php | 2 +- src/Psy/Command/WtfCommand.php | 2 +- src/Psy/Compiler.php | 2 +- src/Psy/Configuration.php | 2 +- src/Psy/Context.php | 2 +- src/Psy/ContextAware.php | 2 +- src/Psy/Exception/BreakException.php | 2 +- src/Psy/Exception/ErrorException.php | 2 +- src/Psy/Exception/Exception.php | 2 +- src/Psy/Exception/FatalErrorException.php | 2 +- src/Psy/Exception/ParseErrorException.php | 2 +- src/Psy/Exception/RuntimeException.php | 2 +- src/Psy/ExecutionLoop/ForkingLoop.php | 2 +- src/Psy/ExecutionLoop/Loop.php | 2 +- src/Psy/Formatter/CodeFormatter.php | 2 +- src/Psy/Formatter/DocblockFormatter.php | 2 +- src/Psy/Formatter/Formatter.php | 2 +- src/Psy/Formatter/SignatureFormatter.php | 2 +- src/Psy/Output/OutputPager.php | 2 +- src/Psy/Output/PassthruPager.php | 2 +- src/Psy/Output/ProcOutputPager.php | 2 +- src/Psy/Output/ShellOutput.php | 2 +- src/Psy/Presenter/ArrayPresenter.php | 2 +- src/Psy/Presenter/ClosurePresenter.php | 2 +- src/Psy/Presenter/ExceptionPresenter.php | 2 +- src/Psy/Presenter/MongoCursorPresenter.php | 2 +- src/Psy/Presenter/ObjectPresenter.php | 2 +- src/Psy/Presenter/PHPParserPresenter.php | 2 +- src/Psy/Presenter/Presenter.php | 2 +- src/Psy/Presenter/PresenterManager.php | 2 +- src/Psy/Presenter/PresenterManagerAware.php | 2 +- src/Psy/Presenter/RecursivePresenter.php | 2 +- src/Psy/Presenter/ResourcePresenter.php | 2 +- src/Psy/Presenter/ScalarPresenter.php | 2 +- src/Psy/Readline/GNUReadline.php | 2 +- src/Psy/Readline/Libedit.php | 2 +- src/Psy/Readline/Readline.php | 2 +- src/Psy/Readline/Transient.php | 2 +- src/Psy/Reflection/ReflectionConstant.php | 2 +- src/Psy/Shell.php | 2 +- src/Psy/Util/Docblock.php | 2 +- src/Psy/Util/Inspector.php | 2 +- src/Psy/Util/Json.php | 2 +- src/Psy/Util/Mirror.php | 2 +- src/Psy/Util/String.php | 2 +- test/Psy/Test/AutoloaderTest.php | 2 +- test/Psy/Test/CodeCleaner/AbstractClassPassTest.php | 2 +- test/Psy/Test/CodeCleaner/AssignThisVariablePassTest.php | 2 +- test/Psy/Test/CodeCleaner/CallTimePassByReferencePassTest.php | 2 +- test/Psy/Test/CodeCleaner/CalledClassPassTest.php | 2 +- test/Psy/Test/CodeCleaner/CodeCleanerTestCase.php | 2 +- .../Test/CodeCleaner/FunctionReturnInWriteContextPassTest.php | 2 +- test/Psy/Test/CodeCleaner/ImplicitReturnPassTest.php | 2 +- test/Psy/Test/CodeCleaner/InstanceOfPassTest.php | 2 +- test/Psy/Test/CodeCleaner/LeavePsyshAlonePassTest.php | 2 +- test/Psy/Test/CodeCleaner/MagicConstantsPassTest.php | 2 +- test/Psy/Test/CodeCleaner/NamespacePassTest.php | 2 +- test/Psy/Test/CodeCleaner/StaticConstructorPassTest.php | 2 +- test/Psy/Test/CodeCleaner/UseStatementPassTest.php | 2 +- test/Psy/Test/CodeCleaner/ValidClassNamePassTest.php | 2 +- test/Psy/Test/CodeCleaner/ValidConstantPassTest.php | 2 +- test/Psy/Test/CodeCleaner/ValidFunctionNamePassTest.php | 2 +- test/Psy/Test/ConfigurationTest.php | 2 +- test/Psy/Test/Exception/BreakExceptionTest.php | 2 +- test/Psy/Test/Exception/ErrorExceptionTest.php | 2 +- test/Psy/Test/Exception/FatalErrorExceptionTest.php | 2 +- test/Psy/Test/Exception/ParseErrorExceptionTest.php | 2 +- test/Psy/Test/Exception/RuntimeExceptionTest.php | 2 +- test/Psy/Test/Formatter/CodeFormatterTest.php | 2 +- test/Psy/Test/Formatter/DocblockFormatterTest.php | 2 +- test/Psy/Test/Formatter/SignatureFormatterTest.php | 2 +- test/Psy/Test/Presenter/ArrayPresenterTest.php | 2 +- test/Psy/Test/Presenter/ClosurePresenterTest.php | 2 +- test/Psy/Test/Presenter/ObjectPresenterTest.php | 2 +- test/Psy/Test/Presenter/ResourcePresenterTest.php | 2 +- test/Psy/Test/Presenter/ScalarPresenterTest.php | 2 +- test/Psy/Test/Readline/GNUReadlineTest.php | 2 +- test/Psy/Test/Readline/LibeditTest.php | 2 +- test/Psy/Test/Readline/TransientTest.php | 2 +- test/Psy/Test/Reflection/ReflectionConstantTest.php | 2 +- test/Psy/Test/ShellTest.php | 2 +- test/Psy/Test/Util/DocblockTest.php | 2 +- test/Psy/Test/Util/InspectorTest.php | 2 +- test/Psy/Test/Util/MirrorTest.php | 2 +- test/Psy/Test/Util/StringTest.php | 2 +- test/bootstrap.php | 2 +- test/fixtures/rc.php | 2 +- 131 files changed, 132 insertions(+), 131 deletions(-) diff --git a/LICENSE b/LICENSE index e9047cd19..71e3c649f 100644 --- a/LICENSE +++ b/LICENSE @@ -1,5 +1,6 @@ The MIT License (MIT) -Copyright (c) 2013 Justin Hileman + +Copyright (c) 2012-2014 Justin Hileman Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/src/Psy/Autoloader.php b/src/Psy/Autoloader.php index d8406c7e0..4666839d9 100644 --- a/src/Psy/Autoloader.php +++ b/src/Psy/Autoloader.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/CodeCleaner.php b/src/Psy/CodeCleaner.php index fd0d8ad86..c373dfc34 100644 --- a/src/Psy/CodeCleaner.php +++ b/src/Psy/CodeCleaner.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/CodeCleaner/AbstractClassPass.php b/src/Psy/CodeCleaner/AbstractClassPass.php index d575422a3..f468605aa 100644 --- a/src/Psy/CodeCleaner/AbstractClassPass.php +++ b/src/Psy/CodeCleaner/AbstractClassPass.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2014 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/CodeCleaner/AssignThisVariablePass.php b/src/Psy/CodeCleaner/AssignThisVariablePass.php index f351f6175..512834783 100644 --- a/src/Psy/CodeCleaner/AssignThisVariablePass.php +++ b/src/Psy/CodeCleaner/AssignThisVariablePass.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/CodeCleaner/CallTimePassByReferencePass.php b/src/Psy/CodeCleaner/CallTimePassByReferencePass.php index 69d04910c..ded37b8be 100644 --- a/src/Psy/CodeCleaner/CallTimePassByReferencePass.php +++ b/src/Psy/CodeCleaner/CallTimePassByReferencePass.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/CodeCleaner/CalledClassPass.php b/src/Psy/CodeCleaner/CalledClassPass.php index c9d6dd04c..128741c4f 100644 --- a/src/Psy/CodeCleaner/CalledClassPass.php +++ b/src/Psy/CodeCleaner/CalledClassPass.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2014 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/CodeCleaner/CodeCleanerPass.php b/src/Psy/CodeCleaner/CodeCleanerPass.php index 776243521..23f083194 100644 --- a/src/Psy/CodeCleaner/CodeCleanerPass.php +++ b/src/Psy/CodeCleaner/CodeCleanerPass.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/CodeCleaner/FunctionReturnInWriteContextPass.php b/src/Psy/CodeCleaner/FunctionReturnInWriteContextPass.php index 4542e4bc4..c903138f9 100644 --- a/src/Psy/CodeCleaner/FunctionReturnInWriteContextPass.php +++ b/src/Psy/CodeCleaner/FunctionReturnInWriteContextPass.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/CodeCleaner/ImplicitReturnPass.php b/src/Psy/CodeCleaner/ImplicitReturnPass.php index 8f6e37869..d17703b03 100644 --- a/src/Psy/CodeCleaner/ImplicitReturnPass.php +++ b/src/Psy/CodeCleaner/ImplicitReturnPass.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/CodeCleaner/InstanceOfPass.php b/src/Psy/CodeCleaner/InstanceOfPass.php index 2ba82be97..51b076b8b 100644 --- a/src/Psy/CodeCleaner/InstanceOfPass.php +++ b/src/Psy/CodeCleaner/InstanceOfPass.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/CodeCleaner/LeavePsyshAlonePass.php b/src/Psy/CodeCleaner/LeavePsyshAlonePass.php index 3c184a4ce..1bbe6f39b 100644 --- a/src/Psy/CodeCleaner/LeavePsyshAlonePass.php +++ b/src/Psy/CodeCleaner/LeavePsyshAlonePass.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/CodeCleaner/MagicConstantsPass.php b/src/Psy/CodeCleaner/MagicConstantsPass.php index f54eb59e0..07de836bd 100644 --- a/src/Psy/CodeCleaner/MagicConstantsPass.php +++ b/src/Psy/CodeCleaner/MagicConstantsPass.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/CodeCleaner/NamespaceAwarePass.php b/src/Psy/CodeCleaner/NamespaceAwarePass.php index 55e727b57..8a89c16bb 100644 --- a/src/Psy/CodeCleaner/NamespaceAwarePass.php +++ b/src/Psy/CodeCleaner/NamespaceAwarePass.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/CodeCleaner/NamespacePass.php b/src/Psy/CodeCleaner/NamespacePass.php index 17df809e3..ab21e8147 100644 --- a/src/Psy/CodeCleaner/NamespacePass.php +++ b/src/Psy/CodeCleaner/NamespacePass.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/CodeCleaner/StaticConstructorPass.php b/src/Psy/CodeCleaner/StaticConstructorPass.php index 3ab43a06e..318353de0 100644 --- a/src/Psy/CodeCleaner/StaticConstructorPass.php +++ b/src/Psy/CodeCleaner/StaticConstructorPass.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/CodeCleaner/UseStatementPass.php b/src/Psy/CodeCleaner/UseStatementPass.php index 5a2cfcda7..45d27fc38 100644 --- a/src/Psy/CodeCleaner/UseStatementPass.php +++ b/src/Psy/CodeCleaner/UseStatementPass.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/CodeCleaner/ValidClassNamePass.php b/src/Psy/CodeCleaner/ValidClassNamePass.php index 34999973a..e118b591a 100644 --- a/src/Psy/CodeCleaner/ValidClassNamePass.php +++ b/src/Psy/CodeCleaner/ValidClassNamePass.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/CodeCleaner/ValidConstantPass.php b/src/Psy/CodeCleaner/ValidConstantPass.php index d8ebd3b2a..47b075804 100644 --- a/src/Psy/CodeCleaner/ValidConstantPass.php +++ b/src/Psy/CodeCleaner/ValidConstantPass.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/CodeCleaner/ValidFunctionNamePass.php b/src/Psy/CodeCleaner/ValidFunctionNamePass.php index 714a18d6c..5763ff7ec 100644 --- a/src/Psy/CodeCleaner/ValidFunctionNamePass.php +++ b/src/Psy/CodeCleaner/ValidFunctionNamePass.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/BufferCommand.php b/src/Psy/Command/BufferCommand.php index 2cb33ed69..6dcedebd1 100644 --- a/src/Psy/Command/BufferCommand.php +++ b/src/Psy/Command/BufferCommand.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/ClearCommand.php b/src/Psy/Command/ClearCommand.php index d5dea440c..10067677b 100644 --- a/src/Psy/Command/ClearCommand.php +++ b/src/Psy/Command/ClearCommand.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/Command.php b/src/Psy/Command/Command.php index 3bacfc6a8..df4e62220 100644 --- a/src/Psy/Command/Command.php +++ b/src/Psy/Command/Command.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/DocCommand.php b/src/Psy/Command/DocCommand.php index 5fd41aed4..4fa211d3a 100644 --- a/src/Psy/Command/DocCommand.php +++ b/src/Psy/Command/DocCommand.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/DumpCommand.php b/src/Psy/Command/DumpCommand.php index 7b7ff0ce9..dcd0b7370 100644 --- a/src/Psy/Command/DumpCommand.php +++ b/src/Psy/Command/DumpCommand.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/ExitCommand.php b/src/Psy/Command/ExitCommand.php index 4cbfe05df..944c4c7fb 100644 --- a/src/Psy/Command/ExitCommand.php +++ b/src/Psy/Command/ExitCommand.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/HelpCommand.php b/src/Psy/Command/HelpCommand.php index 6beb31691..99c47a439 100644 --- a/src/Psy/Command/HelpCommand.php +++ b/src/Psy/Command/HelpCommand.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/HistoryCommand.php b/src/Psy/Command/HistoryCommand.php index 44a5c7cde..66e8564a2 100644 --- a/src/Psy/Command/HistoryCommand.php +++ b/src/Psy/Command/HistoryCommand.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/ListCommand.php b/src/Psy/Command/ListCommand.php index 000206718..18306649a 100644 --- a/src/Psy/Command/ListCommand.php +++ b/src/Psy/Command/ListCommand.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/ListCommand/ClassConstantEnumerator.php b/src/Psy/Command/ListCommand/ClassConstantEnumerator.php index 8e21eb249..0640285c6 100644 --- a/src/Psy/Command/ListCommand/ClassConstantEnumerator.php +++ b/src/Psy/Command/ListCommand/ClassConstantEnumerator.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/ListCommand/ClassEnumerator.php b/src/Psy/Command/ListCommand/ClassEnumerator.php index a0950f7d0..9c806dee3 100644 --- a/src/Psy/Command/ListCommand/ClassEnumerator.php +++ b/src/Psy/Command/ListCommand/ClassEnumerator.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/ListCommand/ConstantEnumerator.php b/src/Psy/Command/ListCommand/ConstantEnumerator.php index 7f74f184e..da390e9aa 100644 --- a/src/Psy/Command/ListCommand/ConstantEnumerator.php +++ b/src/Psy/Command/ListCommand/ConstantEnumerator.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/ListCommand/Enumerator.php b/src/Psy/Command/ListCommand/Enumerator.php index b1978c381..65c7fb6c4 100644 --- a/src/Psy/Command/ListCommand/Enumerator.php +++ b/src/Psy/Command/ListCommand/Enumerator.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/ListCommand/FunctionEnumerator.php b/src/Psy/Command/ListCommand/FunctionEnumerator.php index afd58f344..88427155f 100644 --- a/src/Psy/Command/ListCommand/FunctionEnumerator.php +++ b/src/Psy/Command/ListCommand/FunctionEnumerator.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/ListCommand/GlobalVariableEnumerator.php b/src/Psy/Command/ListCommand/GlobalVariableEnumerator.php index f142a9f75..e6830116f 100644 --- a/src/Psy/Command/ListCommand/GlobalVariableEnumerator.php +++ b/src/Psy/Command/ListCommand/GlobalVariableEnumerator.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/ListCommand/InterfaceEnumerator.php b/src/Psy/Command/ListCommand/InterfaceEnumerator.php index f3ab9efc3..3d5eeb1fb 100644 --- a/src/Psy/Command/ListCommand/InterfaceEnumerator.php +++ b/src/Psy/Command/ListCommand/InterfaceEnumerator.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/ListCommand/MethodEnumerator.php b/src/Psy/Command/ListCommand/MethodEnumerator.php index 00a576f93..4171a4b7b 100644 --- a/src/Psy/Command/ListCommand/MethodEnumerator.php +++ b/src/Psy/Command/ListCommand/MethodEnumerator.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/ListCommand/PropertyEnumerator.php b/src/Psy/Command/ListCommand/PropertyEnumerator.php index 2f5fd7305..97771bd13 100644 --- a/src/Psy/Command/ListCommand/PropertyEnumerator.php +++ b/src/Psy/Command/ListCommand/PropertyEnumerator.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/ListCommand/TraitEnumerator.php b/src/Psy/Command/ListCommand/TraitEnumerator.php index 44d4d29b4..7b8c59bd0 100644 --- a/src/Psy/Command/ListCommand/TraitEnumerator.php +++ b/src/Psy/Command/ListCommand/TraitEnumerator.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/ListCommand/VariableEnumerator.php b/src/Psy/Command/ListCommand/VariableEnumerator.php index 99be8f728..9ee1137ba 100644 --- a/src/Psy/Command/ListCommand/VariableEnumerator.php +++ b/src/Psy/Command/ListCommand/VariableEnumerator.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/ParseCommand.php b/src/Psy/Command/ParseCommand.php index 1358b2e31..b4faddfe0 100644 --- a/src/Psy/Command/ParseCommand.php +++ b/src/Psy/Command/ParseCommand.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/PsyVersionCommand.php b/src/Psy/Command/PsyVersionCommand.php index 94e96e8c6..e458c1163 100644 --- a/src/Psy/Command/PsyVersionCommand.php +++ b/src/Psy/Command/PsyVersionCommand.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/ReflectingCommand.php b/src/Psy/Command/ReflectingCommand.php index 6d7e53ef5..e2b96822e 100644 --- a/src/Psy/Command/ReflectingCommand.php +++ b/src/Psy/Command/ReflectingCommand.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/ShowCommand.php b/src/Psy/Command/ShowCommand.php index 058dd083f..037805ed8 100644 --- a/src/Psy/Command/ShowCommand.php +++ b/src/Psy/Command/ShowCommand.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/TraceCommand.php b/src/Psy/Command/TraceCommand.php index c9c88933b..0e6cb8fe3 100644 --- a/src/Psy/Command/TraceCommand.php +++ b/src/Psy/Command/TraceCommand.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Command/WtfCommand.php b/src/Psy/Command/WtfCommand.php index 2964e5246..9da2466cb 100644 --- a/src/Psy/Command/WtfCommand.php +++ b/src/Psy/Command/WtfCommand.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Compiler.php b/src/Psy/Compiler.php index 0acda891c..6b2fd46fc 100644 --- a/src/Psy/Compiler.php +++ b/src/Psy/Compiler.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Configuration.php b/src/Psy/Configuration.php index 4258aa5e7..77538ed9e 100644 --- a/src/Psy/Configuration.php +++ b/src/Psy/Configuration.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Context.php b/src/Psy/Context.php index 69e81bd78..dcd3360f5 100644 --- a/src/Psy/Context.php +++ b/src/Psy/Context.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/ContextAware.php b/src/Psy/ContextAware.php index 86cf4fd04..a8f37eec7 100644 --- a/src/Psy/ContextAware.php +++ b/src/Psy/ContextAware.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Exception/BreakException.php b/src/Psy/Exception/BreakException.php index 5f354f51f..0b2541451 100644 --- a/src/Psy/Exception/BreakException.php +++ b/src/Psy/Exception/BreakException.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Exception/ErrorException.php b/src/Psy/Exception/ErrorException.php index 2556afaa1..9031c1e04 100644 --- a/src/Psy/Exception/ErrorException.php +++ b/src/Psy/Exception/ErrorException.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Exception/Exception.php b/src/Psy/Exception/Exception.php index b77ecafcd..68c524cea 100644 --- a/src/Psy/Exception/Exception.php +++ b/src/Psy/Exception/Exception.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Exception/FatalErrorException.php b/src/Psy/Exception/FatalErrorException.php index 79dd42f80..16cf6a18d 100644 --- a/src/Psy/Exception/FatalErrorException.php +++ b/src/Psy/Exception/FatalErrorException.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Exception/ParseErrorException.php b/src/Psy/Exception/ParseErrorException.php index 8809791cc..44b2620bc 100644 --- a/src/Psy/Exception/ParseErrorException.php +++ b/src/Psy/Exception/ParseErrorException.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Exception/RuntimeException.php b/src/Psy/Exception/RuntimeException.php index db5b2c2d3..cb51bd7d8 100644 --- a/src/Psy/Exception/RuntimeException.php +++ b/src/Psy/Exception/RuntimeException.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/ExecutionLoop/ForkingLoop.php b/src/Psy/ExecutionLoop/ForkingLoop.php index 5a52f31ab..d8465a96a 100644 --- a/src/Psy/ExecutionLoop/ForkingLoop.php +++ b/src/Psy/ExecutionLoop/ForkingLoop.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/ExecutionLoop/Loop.php b/src/Psy/ExecutionLoop/Loop.php index 0d9158b1b..f0f7d5384 100644 --- a/src/Psy/ExecutionLoop/Loop.php +++ b/src/Psy/ExecutionLoop/Loop.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Formatter/CodeFormatter.php b/src/Psy/Formatter/CodeFormatter.php index 072b57091..c4e6a6652 100644 --- a/src/Psy/Formatter/CodeFormatter.php +++ b/src/Psy/Formatter/CodeFormatter.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Formatter/DocblockFormatter.php b/src/Psy/Formatter/DocblockFormatter.php index 142bfa23d..b81a0fb49 100644 --- a/src/Psy/Formatter/DocblockFormatter.php +++ b/src/Psy/Formatter/DocblockFormatter.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Formatter/Formatter.php b/src/Psy/Formatter/Formatter.php index 9c2b55c18..ff8ae0085 100644 --- a/src/Psy/Formatter/Formatter.php +++ b/src/Psy/Formatter/Formatter.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Formatter/SignatureFormatter.php b/src/Psy/Formatter/SignatureFormatter.php index 3192b12e1..073e348f0 100644 --- a/src/Psy/Formatter/SignatureFormatter.php +++ b/src/Psy/Formatter/SignatureFormatter.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Output/OutputPager.php b/src/Psy/Output/OutputPager.php index 2539d9aef..ccc3d334f 100644 --- a/src/Psy/Output/OutputPager.php +++ b/src/Psy/Output/OutputPager.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Output/PassthruPager.php b/src/Psy/Output/PassthruPager.php index 734a9acad..a79f05d53 100644 --- a/src/Psy/Output/PassthruPager.php +++ b/src/Psy/Output/PassthruPager.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Output/ProcOutputPager.php b/src/Psy/Output/ProcOutputPager.php index 988c6e699..f06c4ea14 100644 --- a/src/Psy/Output/ProcOutputPager.php +++ b/src/Psy/Output/ProcOutputPager.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Output/ShellOutput.php b/src/Psy/Output/ShellOutput.php index 009430bbb..434273882 100644 --- a/src/Psy/Output/ShellOutput.php +++ b/src/Psy/Output/ShellOutput.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Presenter/ArrayPresenter.php b/src/Psy/Presenter/ArrayPresenter.php index 1af601bac..1b4d0b763 100644 --- a/src/Psy/Presenter/ArrayPresenter.php +++ b/src/Psy/Presenter/ArrayPresenter.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Presenter/ClosurePresenter.php b/src/Psy/Presenter/ClosurePresenter.php index 75092f51a..750c0a058 100644 --- a/src/Psy/Presenter/ClosurePresenter.php +++ b/src/Psy/Presenter/ClosurePresenter.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Presenter/ExceptionPresenter.php b/src/Psy/Presenter/ExceptionPresenter.php index c3e0159fe..936e1dbdd 100644 --- a/src/Psy/Presenter/ExceptionPresenter.php +++ b/src/Psy/Presenter/ExceptionPresenter.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2014 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Presenter/MongoCursorPresenter.php b/src/Psy/Presenter/MongoCursorPresenter.php index b8c486911..1befa2982 100644 --- a/src/Psy/Presenter/MongoCursorPresenter.php +++ b/src/Psy/Presenter/MongoCursorPresenter.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2014 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Presenter/ObjectPresenter.php b/src/Psy/Presenter/ObjectPresenter.php index 19dc687e1..7d0f6bd08 100644 --- a/src/Psy/Presenter/ObjectPresenter.php +++ b/src/Psy/Presenter/ObjectPresenter.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Presenter/PHPParserPresenter.php b/src/Psy/Presenter/PHPParserPresenter.php index 1c81bccc9..d4d89839e 100644 --- a/src/Psy/Presenter/PHPParserPresenter.php +++ b/src/Psy/Presenter/PHPParserPresenter.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2014 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Presenter/Presenter.php b/src/Psy/Presenter/Presenter.php index 00bd1329c..fb1518f79 100644 --- a/src/Psy/Presenter/Presenter.php +++ b/src/Psy/Presenter/Presenter.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Presenter/PresenterManager.php b/src/Psy/Presenter/PresenterManager.php index 40b495174..9e0cea952 100644 --- a/src/Psy/Presenter/PresenterManager.php +++ b/src/Psy/Presenter/PresenterManager.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Presenter/PresenterManagerAware.php b/src/Psy/Presenter/PresenterManagerAware.php index 4425057e4..cffd6e8fc 100644 --- a/src/Psy/Presenter/PresenterManagerAware.php +++ b/src/Psy/Presenter/PresenterManagerAware.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Presenter/RecursivePresenter.php b/src/Psy/Presenter/RecursivePresenter.php index a07f7fe67..001daf5ee 100644 --- a/src/Psy/Presenter/RecursivePresenter.php +++ b/src/Psy/Presenter/RecursivePresenter.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Presenter/ResourcePresenter.php b/src/Psy/Presenter/ResourcePresenter.php index acdd7ace1..e0a34b757 100644 --- a/src/Psy/Presenter/ResourcePresenter.php +++ b/src/Psy/Presenter/ResourcePresenter.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Presenter/ScalarPresenter.php b/src/Psy/Presenter/ScalarPresenter.php index c1bb2e75c..b8e4533c9 100644 --- a/src/Psy/Presenter/ScalarPresenter.php +++ b/src/Psy/Presenter/ScalarPresenter.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Readline/GNUReadline.php b/src/Psy/Readline/GNUReadline.php index 94b323d74..0f45ba77a 100644 --- a/src/Psy/Readline/GNUReadline.php +++ b/src/Psy/Readline/GNUReadline.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Readline/Libedit.php b/src/Psy/Readline/Libedit.php index b89816808..39c92657e 100644 --- a/src/Psy/Readline/Libedit.php +++ b/src/Psy/Readline/Libedit.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Readline/Readline.php b/src/Psy/Readline/Readline.php index b909751be..c4fdab594 100644 --- a/src/Psy/Readline/Readline.php +++ b/src/Psy/Readline/Readline.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Readline/Transient.php b/src/Psy/Readline/Transient.php index a0b0247ca..0c1560cde 100644 --- a/src/Psy/Readline/Transient.php +++ b/src/Psy/Readline/Transient.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Reflection/ReflectionConstant.php b/src/Psy/Reflection/ReflectionConstant.php index 26ac6bc96..d2ff88f6c 100644 --- a/src/Psy/Reflection/ReflectionConstant.php +++ b/src/Psy/Reflection/ReflectionConstant.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Shell.php b/src/Psy/Shell.php index 24d96bd88..b22b4674c 100644 --- a/src/Psy/Shell.php +++ b/src/Psy/Shell.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Util/Docblock.php b/src/Psy/Util/Docblock.php index 1462b5ca1..bf968b071 100644 --- a/src/Psy/Util/Docblock.php +++ b/src/Psy/Util/Docblock.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Util/Inspector.php b/src/Psy/Util/Inspector.php index 450665bda..20f349fc3 100644 --- a/src/Psy/Util/Inspector.php +++ b/src/Psy/Util/Inspector.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Util/Json.php b/src/Psy/Util/Json.php index 75c763ca3..a06f93015 100644 --- a/src/Psy/Util/Json.php +++ b/src/Psy/Util/Json.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Util/Mirror.php b/src/Psy/Util/Mirror.php index 752fae887..0aa509e94 100644 --- a/src/Psy/Util/Mirror.php +++ b/src/Psy/Util/Mirror.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/src/Psy/Util/String.php b/src/Psy/Util/String.php index ee736c426..d3817a179 100644 --- a/src/Psy/Util/String.php +++ b/src/Psy/Util/String.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/AutoloaderTest.php b/test/Psy/Test/AutoloaderTest.php index 6c805b0ec..311c00609 100644 --- a/test/Psy/Test/AutoloaderTest.php +++ b/test/Psy/Test/AutoloaderTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/CodeCleaner/AbstractClassPassTest.php b/test/Psy/Test/CodeCleaner/AbstractClassPassTest.php index 0a085778f..c9cf48d9f 100644 --- a/test/Psy/Test/CodeCleaner/AbstractClassPassTest.php +++ b/test/Psy/Test/CodeCleaner/AbstractClassPassTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2014 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/CodeCleaner/AssignThisVariablePassTest.php b/test/Psy/Test/CodeCleaner/AssignThisVariablePassTest.php index 5e2f458e9..555afaab3 100644 --- a/test/Psy/Test/CodeCleaner/AssignThisVariablePassTest.php +++ b/test/Psy/Test/CodeCleaner/AssignThisVariablePassTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/CodeCleaner/CallTimePassByReferencePassTest.php b/test/Psy/Test/CodeCleaner/CallTimePassByReferencePassTest.php index c0055c3c8..4d8c297df 100644 --- a/test/Psy/Test/CodeCleaner/CallTimePassByReferencePassTest.php +++ b/test/Psy/Test/CodeCleaner/CallTimePassByReferencePassTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/CodeCleaner/CalledClassPassTest.php b/test/Psy/Test/CodeCleaner/CalledClassPassTest.php index 0843259ce..21866489c 100644 --- a/test/Psy/Test/CodeCleaner/CalledClassPassTest.php +++ b/test/Psy/Test/CodeCleaner/CalledClassPassTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2014 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/CodeCleaner/CodeCleanerTestCase.php b/test/Psy/Test/CodeCleaner/CodeCleanerTestCase.php index a76643c5d..4ee9927e8 100644 --- a/test/Psy/Test/CodeCleaner/CodeCleanerTestCase.php +++ b/test/Psy/Test/CodeCleaner/CodeCleanerTestCase.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/CodeCleaner/FunctionReturnInWriteContextPassTest.php b/test/Psy/Test/CodeCleaner/FunctionReturnInWriteContextPassTest.php index c31d6e1c7..9bd8818f9 100644 --- a/test/Psy/Test/CodeCleaner/FunctionReturnInWriteContextPassTest.php +++ b/test/Psy/Test/CodeCleaner/FunctionReturnInWriteContextPassTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/CodeCleaner/ImplicitReturnPassTest.php b/test/Psy/Test/CodeCleaner/ImplicitReturnPassTest.php index b00443080..ed2e9ce07 100644 --- a/test/Psy/Test/CodeCleaner/ImplicitReturnPassTest.php +++ b/test/Psy/Test/CodeCleaner/ImplicitReturnPassTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/CodeCleaner/InstanceOfPassTest.php b/test/Psy/Test/CodeCleaner/InstanceOfPassTest.php index 763c47913..90673a873 100644 --- a/test/Psy/Test/CodeCleaner/InstanceOfPassTest.php +++ b/test/Psy/Test/CodeCleaner/InstanceOfPassTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/CodeCleaner/LeavePsyshAlonePassTest.php b/test/Psy/Test/CodeCleaner/LeavePsyshAlonePassTest.php index 5dcc25c97..b72810305 100644 --- a/test/Psy/Test/CodeCleaner/LeavePsyshAlonePassTest.php +++ b/test/Psy/Test/CodeCleaner/LeavePsyshAlonePassTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/CodeCleaner/MagicConstantsPassTest.php b/test/Psy/Test/CodeCleaner/MagicConstantsPassTest.php index 666b3d342..9dec1c83d 100644 --- a/test/Psy/Test/CodeCleaner/MagicConstantsPassTest.php +++ b/test/Psy/Test/CodeCleaner/MagicConstantsPassTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/CodeCleaner/NamespacePassTest.php b/test/Psy/Test/CodeCleaner/NamespacePassTest.php index e93af0ceb..513f2a734 100644 --- a/test/Psy/Test/CodeCleaner/NamespacePassTest.php +++ b/test/Psy/Test/CodeCleaner/NamespacePassTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/CodeCleaner/StaticConstructorPassTest.php b/test/Psy/Test/CodeCleaner/StaticConstructorPassTest.php index 39d0eff85..26ce32c46 100644 --- a/test/Psy/Test/CodeCleaner/StaticConstructorPassTest.php +++ b/test/Psy/Test/CodeCleaner/StaticConstructorPassTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/CodeCleaner/UseStatementPassTest.php b/test/Psy/Test/CodeCleaner/UseStatementPassTest.php index d5188ab74..d0c814e19 100644 --- a/test/Psy/Test/CodeCleaner/UseStatementPassTest.php +++ b/test/Psy/Test/CodeCleaner/UseStatementPassTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/CodeCleaner/ValidClassNamePassTest.php b/test/Psy/Test/CodeCleaner/ValidClassNamePassTest.php index 0b5e471a2..98632f7e1 100644 --- a/test/Psy/Test/CodeCleaner/ValidClassNamePassTest.php +++ b/test/Psy/Test/CodeCleaner/ValidClassNamePassTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/CodeCleaner/ValidConstantPassTest.php b/test/Psy/Test/CodeCleaner/ValidConstantPassTest.php index 3839e46a7..05ba1263e 100644 --- a/test/Psy/Test/CodeCleaner/ValidConstantPassTest.php +++ b/test/Psy/Test/CodeCleaner/ValidConstantPassTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/CodeCleaner/ValidFunctionNamePassTest.php b/test/Psy/Test/CodeCleaner/ValidFunctionNamePassTest.php index 3ad3d099a..8598ffd8e 100644 --- a/test/Psy/Test/CodeCleaner/ValidFunctionNamePassTest.php +++ b/test/Psy/Test/CodeCleaner/ValidFunctionNamePassTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/ConfigurationTest.php b/test/Psy/Test/ConfigurationTest.php index e8d9a19ba..a89719820 100644 --- a/test/Psy/Test/ConfigurationTest.php +++ b/test/Psy/Test/ConfigurationTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Exception/BreakExceptionTest.php b/test/Psy/Test/Exception/BreakExceptionTest.php index f9a87396d..8d1f65c3c 100644 --- a/test/Psy/Test/Exception/BreakExceptionTest.php +++ b/test/Psy/Test/Exception/BreakExceptionTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Exception/ErrorExceptionTest.php b/test/Psy/Test/Exception/ErrorExceptionTest.php index 4cbbd0bc2..d54517a6f 100644 --- a/test/Psy/Test/Exception/ErrorExceptionTest.php +++ b/test/Psy/Test/Exception/ErrorExceptionTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Exception/FatalErrorExceptionTest.php b/test/Psy/Test/Exception/FatalErrorExceptionTest.php index 7542dc3da..7682d3994 100644 --- a/test/Psy/Test/Exception/FatalErrorExceptionTest.php +++ b/test/Psy/Test/Exception/FatalErrorExceptionTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Exception/ParseErrorExceptionTest.php b/test/Psy/Test/Exception/ParseErrorExceptionTest.php index f7273de93..2f859b402 100644 --- a/test/Psy/Test/Exception/ParseErrorExceptionTest.php +++ b/test/Psy/Test/Exception/ParseErrorExceptionTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Exception/RuntimeExceptionTest.php b/test/Psy/Test/Exception/RuntimeExceptionTest.php index c5e2ef5e2..6ba59eea6 100644 --- a/test/Psy/Test/Exception/RuntimeExceptionTest.php +++ b/test/Psy/Test/Exception/RuntimeExceptionTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Formatter/CodeFormatterTest.php b/test/Psy/Test/Formatter/CodeFormatterTest.php index 6abfde566..162d98cdc 100644 --- a/test/Psy/Test/Formatter/CodeFormatterTest.php +++ b/test/Psy/Test/Formatter/CodeFormatterTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Formatter/DocblockFormatterTest.php b/test/Psy/Test/Formatter/DocblockFormatterTest.php index a0b1368a9..b975de0e5 100644 --- a/test/Psy/Test/Formatter/DocblockFormatterTest.php +++ b/test/Psy/Test/Formatter/DocblockFormatterTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Formatter/SignatureFormatterTest.php b/test/Psy/Test/Formatter/SignatureFormatterTest.php index cdc51b5d3..6d4d37609 100644 --- a/test/Psy/Test/Formatter/SignatureFormatterTest.php +++ b/test/Psy/Test/Formatter/SignatureFormatterTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Presenter/ArrayPresenterTest.php b/test/Psy/Test/Presenter/ArrayPresenterTest.php index d10d1cbd6..bbf2af65b 100644 --- a/test/Psy/Test/Presenter/ArrayPresenterTest.php +++ b/test/Psy/Test/Presenter/ArrayPresenterTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Presenter/ClosurePresenterTest.php b/test/Psy/Test/Presenter/ClosurePresenterTest.php index 1e0f20623..309b7cd8e 100644 --- a/test/Psy/Test/Presenter/ClosurePresenterTest.php +++ b/test/Psy/Test/Presenter/ClosurePresenterTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Presenter/ObjectPresenterTest.php b/test/Psy/Test/Presenter/ObjectPresenterTest.php index 3fa06fc88..be245e360 100644 --- a/test/Psy/Test/Presenter/ObjectPresenterTest.php +++ b/test/Psy/Test/Presenter/ObjectPresenterTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Presenter/ResourcePresenterTest.php b/test/Psy/Test/Presenter/ResourcePresenterTest.php index f118d0b94..bb67411de 100644 --- a/test/Psy/Test/Presenter/ResourcePresenterTest.php +++ b/test/Psy/Test/Presenter/ResourcePresenterTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Presenter/ScalarPresenterTest.php b/test/Psy/Test/Presenter/ScalarPresenterTest.php index a47e1ccfb..715f49a02 100644 --- a/test/Psy/Test/Presenter/ScalarPresenterTest.php +++ b/test/Psy/Test/Presenter/ScalarPresenterTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Readline/GNUReadlineTest.php b/test/Psy/Test/Readline/GNUReadlineTest.php index a5c6fb36b..323111adb 100644 --- a/test/Psy/Test/Readline/GNUReadlineTest.php +++ b/test/Psy/Test/Readline/GNUReadlineTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Readline/LibeditTest.php b/test/Psy/Test/Readline/LibeditTest.php index 50115c8a2..f4809377f 100644 --- a/test/Psy/Test/Readline/LibeditTest.php +++ b/test/Psy/Test/Readline/LibeditTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Readline/TransientTest.php b/test/Psy/Test/Readline/TransientTest.php index f9c9ccb01..bbefa555f 100644 --- a/test/Psy/Test/Readline/TransientTest.php +++ b/test/Psy/Test/Readline/TransientTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Reflection/ReflectionConstantTest.php b/test/Psy/Test/Reflection/ReflectionConstantTest.php index d37000ece..93991be4a 100644 --- a/test/Psy/Test/Reflection/ReflectionConstantTest.php +++ b/test/Psy/Test/Reflection/ReflectionConstantTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/ShellTest.php b/test/Psy/Test/ShellTest.php index ce4a31c5b..52c9fc4d8 100644 --- a/test/Psy/Test/ShellTest.php +++ b/test/Psy/Test/ShellTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Util/DocblockTest.php b/test/Psy/Test/Util/DocblockTest.php index e9764cb65..27c5ed53e 100644 --- a/test/Psy/Test/Util/DocblockTest.php +++ b/test/Psy/Test/Util/DocblockTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Util/InspectorTest.php b/test/Psy/Test/Util/InspectorTest.php index 7f01a98b3..b6ac9e8a9 100644 --- a/test/Psy/Test/Util/InspectorTest.php +++ b/test/Psy/Test/Util/InspectorTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Util/MirrorTest.php b/test/Psy/Test/Util/MirrorTest.php index f1a8cf4d5..a620c4a6e 100644 --- a/test/Psy/Test/Util/MirrorTest.php +++ b/test/Psy/Test/Util/MirrorTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/Psy/Test/Util/StringTest.php b/test/Psy/Test/Util/StringTest.php index 3e50d6faf..02dd94666 100644 --- a/test/Psy/Test/Util/StringTest.php +++ b/test/Psy/Test/Util/StringTest.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/bootstrap.php b/test/bootstrap.php index 12cdba275..14bba91b2 100644 --- a/test/bootstrap.php +++ b/test/bootstrap.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. diff --git a/test/fixtures/rc.php b/test/fixtures/rc.php index 498377bd9..2262ad49f 100644 --- a/test/fixtures/rc.php +++ b/test/fixtures/rc.php @@ -3,7 +3,7 @@ /* * This file is part of Psy Shell * - * (c) 2013 Justin Hileman + * (c) 2012-2014 Justin Hileman * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. From 0a888180e72292d0fd6b502dad8348c13ca33072 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Fri, 14 Mar 2014 12:59:16 -0700 Subject: [PATCH 3/4] Fix presenting ArrayObject instances. Add some test coverage because that would have been super useful, too. Fixes #58 --- src/Psy/Presenter/ArrayPresenter.php | 30 ++++++++++++- .../Psy/Test/Presenter/ArrayPresenterTest.php | 43 +++++++++++++++++++ 2 files changed, 71 insertions(+), 2 deletions(-) diff --git a/src/Psy/Presenter/ArrayPresenter.php b/src/Psy/Presenter/ArrayPresenter.php index 1b4d0b763..067a07225 100644 --- a/src/Psy/Presenter/ArrayPresenter.php +++ b/src/Psy/Presenter/ArrayPresenter.php @@ -18,6 +18,9 @@ */ class ArrayPresenter extends RecursivePresenter { + const ARRAY_OBJECT_FMT = '\\<%s #%s>'; + const ARRAY_OBJECT_COLOR_FMT = '\\<%s #%s>'; + /** * ArrayPresenter can present arrays. * @@ -39,7 +42,9 @@ public function canPresent($value) */ public function presentRef($value, $color = false) { - if (empty($value)) { + if ($value instanceof \ArrayObject) { + return $this->presentArrayObjectRef($value, $color); + } elseif (empty($value)) { return '[]'; } elseif ($color) { return sprintf('Array(%d)', count($value)); @@ -48,6 +53,21 @@ public function presentRef($value, $color = false) } } + /** + * Present a reference to an ArrayObject + * + * @param ArrayObject $value + * @param boolean $color + * + * @return string + */ + protected function presentArrayObjectRef($value, $color) + { + $format = $color ? self::ARRAY_OBJECT_COLOR_FMT : self::ARRAY_OBJECT_FMT; + + return sprintf($format, get_class($value), spl_object_hash($value)); + } + /** * Present the array. * @@ -59,6 +79,12 @@ public function presentRef($value, $color = false) */ protected function presentValue($value, $depth = null, $color = false) { + $prefix = ''; + if ($value instanceof \ArrayObject) { + $prefix = $this->presentArrayObjectRef($value, $color) . ' '; + $value = iterator_to_array($value->getIterator()); + } + if (empty($value) || $depth === 0) { return $this->presentRef($value, $color); } @@ -77,7 +103,7 @@ protected function presentValue($value, $depth = null, $color = false) $formatted = array_map(array($this, 'indentValue'), $formatted); } - $template = sprintf('[%s%s%%s%s]', PHP_EOL, self::INDENT, PHP_EOL); + $template = sprintf('%s[%s%s%%s%s]', $prefix, PHP_EOL, self::INDENT, PHP_EOL); $glue = sprintf(',%s%s', PHP_EOL, self::INDENT); return sprintf($template, implode($glue, $formatted)); diff --git a/test/Psy/Test/Presenter/ArrayPresenterTest.php b/test/Psy/Test/Presenter/ArrayPresenterTest.php index bbf2af65b..ec4066e48 100644 --- a/test/Psy/Test/Presenter/ArrayPresenterTest.php +++ b/test/Psy/Test/Presenter/ArrayPresenterTest.php @@ -67,6 +67,43 @@ public function presentRefData() ); } + /** + * @dataProvider presentArrayObjectsData + */ + public function testPresentArrayObjects($arrayObj, $expect, $expectRef) + { + $this->assertEquals($expect, $this->presenter->present($arrayObj)); + $this->assertEquals($expectRef, $this->presenter->presentRef($arrayObj)); + } + + public function presentArrayObjectsData() + { + $obj1 = new \ArrayObject(array(1, "string")); + $hash1 = spl_object_hash($obj1); + $ref1 = '\\'; + $expect1 = << 'AAA', 'b' => 'BBB')); + $hash2 = spl_object_hash($obj2); + $ref2 = '\\'; + $expect2 = << "AAA", + "b" => "BBB" +] +EOS; + + return array( + array($obj1, $expect1, $ref1), + array($obj2, $expect2, $ref2), + ); + } + public function testPresentsRecursively() { $obj = new \StdClass; @@ -88,3 +125,9 @@ private static function strip($text) return preg_replace('/\\s/', '', $text); } } + + +class FakeArrayObject extends \ArrayObject +{ + // this space intentionally left blank. +} From 03b785b6f86d9465c1d90aa2e4123ab00e421475 Mon Sep 17 00:00:00 2001 From: Justin Hileman Date: Fri, 14 Mar 2014 13:20:16 -0700 Subject: [PATCH 4/4] Bump to v0.1.5 --- src/Psy/Shell.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Psy/Shell.php b/src/Psy/Shell.php index b22b4674c..ed8c0fdb9 100644 --- a/src/Psy/Shell.php +++ b/src/Psy/Shell.php @@ -39,7 +39,7 @@ */ class Shell extends Application { - const VERSION = 'v0.1.4'; + const VERSION = 'v0.1.5'; const PROMPT = '>>> '; const BUFF_PROMPT = '... ';