Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Jan 8, 2020. It is now read-only.

Remove comma before value in array initialization#4350

Merged
weierophinney merged 3 commits into
zendframework:developfrom
localheinz:hotfix/remove-space-before-comma-in-array-initialization
Apr 29, 2013
Merged

Remove comma before value in array initialization#4350
weierophinney merged 3 commits into
zendframework:developfrom
localheinz:hotfix/remove-space-before-comma-in-array-initialization

Conversation

@localheinz
Copy link
Copy Markdown
Member

Compare

$barcodeTable[] = array($c , $this->barThinWidth , 0 , 1);

with

$barcodeTable[] = array($c, $this->barThinWidth, 0, 1);

etc.

@localheinz
Copy link
Copy Markdown
Member Author

Failing build seems unrelated.

@ghost ghost assigned weierophinney Apr 29, 2013
weierophinney added a commit that referenced this pull request Apr 29, 2013
…omma-in-array-initialization

Remove comma before value in array initialization
weierophinney added a commit that referenced this pull request Apr 29, 2013
@weierophinney weierophinney merged commit 8d86615 into zendframework:develop Apr 29, 2013
@localheinz localheinz deleted the hotfix/remove-space-before-comma-in-array-initialization branch April 29, 2013 20:38
weierophinney added a commit to zendframework/zend-barcode that referenced this pull request May 14, 2015
…otfix/remove-space-before-comma-in-array-initialization

Remove comma before value in array initialization
weierophinney added a commit to zendframework/zend-barcode that referenced this pull request May 14, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants