Ignore:
Timestamp:
12/19/12 16:44:18 (11 years ago)
Author:
douglasz
Message:

Ticket #3236 - Correcoes para Best Practice: Short Open Tag e Best Practice: Always Quote Array Keys.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/library/PEAR/PEAR/Command/Remote.php

    r7655 r7681  
    623623        $downloaded = $downloader->getDownloadedPackages(); 
    624624        foreach ($downloaded as $pkg) { 
    625             $this->ui->outputData("File $pkg[file] downloaded", $command); 
     625            $this->ui->outputData("File {$pkg['file']} downloaded", $command); 
    626626        } 
    627627 
Note: See TracChangeset for help on using the changeset viewer.