This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 180332 - Wrong formatting if there is an array declaration in function invocation
Summary: Wrong formatting if there is an array declaration in function invocation
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Formatting & Indentation (show other bugs)
Version: 6.x
Hardware: PC Linux
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-05 05:44 UTC by Petr Pisl
Modified: 2010-04-08 13:41 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Petr Pisl 2010-02-05 05:44:50 UTC
Try to format:

foobarFunction (
array (
'someArray' => array (
'foo' => 'bar'
)
)
);
Comment 1 Petr Pisl 2010-04-06 14:50:07 UTC
Fixed in webmain.
Comment 2 Quality Engineering 2010-04-07 04:46:51 UTC
Integrated into 'main-golden', will be available in build *201004070201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/a96dc72f6c16
User: Petr Pisl <ppisl@netbeans.org>
Log: #180332 -  Wrong formatting if there is an array declaration in function invocation
Comment 3 Filip Zamboj 2010-04-08 13:41:36 UTC
v/c
Product Version: NetBeans IDE Dev (Build 100408-3b9f0af64f40)