Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 21a953b

Browse files
committed
Merge branch '2.3' into 2.5
* 2.3: Use PHPUnit ini_set wrapper in tests [Process] Added a test skip check for Windows [Process] Removed unused variable assignment Fixes various phpdoc and coding standards. Fixes Issue #13184 - incremental output getters now return empty strings Updated copyright to 2015 Conflicts: src/Symfony/Bridge/Doctrine/Form/ChoiceList/EntityChoiceList.php src/Symfony/Bridge/Propel1/Form/ChoiceList/ModelChoiceList.php src/Symfony/Bundle/TwigBundle/Command/LintCommand.php src/Symfony/Component/Debug/ExceptionHandler.php src/Symfony/Component/Process/Tests/AbstractProcessTest.php
2 parents cc74cd3 + 00cfda1 commit 21a953b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Core/Util/ClassUtils.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,13 @@
1111

1212
namespace Symfony\Component\Security\Core\Util;
1313

14+
use Doctrine\Common\Util\ClassUtils as DoctrineClassUtils;
15+
1416
/**
1517
* Class related functionality for objects that
1618
* might or might not be proxy objects at the moment.
1719
*
18-
* @see Doctrine\Common\Util\ClassUtils
20+
* @see DoctrineClassUtils
1921
*
2022
* @author Benjamin Eberlei <[email protected]>
2123
* @author Johannes Schmitt <[email protected]>

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2004-2014 Fabien Potencier
1+
Copyright (c) 2004-2015 Fabien Potencier
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)