Changeset 135

Show
Ignore:
Timestamp:
02/02/07 19:39:24 (2 years ago)
Author:
hans
Message:

References #56 - No need for pass-by-ref

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/2.2/classes/phing/parser/ProjectConfigurator.php

    r70 r135  
    3333 * 
    3434 * @author      Andreas Aderhold <andi@binarycloud.com> 
    35  * @copyright © 2001,2002 THYRELL. All rights reserved 
     35 * @copyright ᅵ 2001,2002 THYRELL. All rights reserved 
    3636 * @version   $Revision: 1.17 $ $Date: 2006/01/06 14:57:18 $ 
    3737 * @access    public 
     
    239239     * @param array  the element's attributes 
    240240     */ 
    241     function configureId(&$target, $attr) { 
     241    public function configureId($target, $attr) { 
    242242        if (isset($attr['id']) && $attr['id'] !== null) { 
    243243            $this->project->addReference($attr['id'], $target);