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

Commit

Permalink
CS issues
Browse files Browse the repository at this point in the history
- Remaining EOF issues due to php-cs-fixer EOF check changes
  • Loading branch information
weierophinney committed Sep 21, 2012
1 parent 74eb672 commit 9f4d8fe
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion demos/Zend/ProgressBar/JsPush.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,4 @@ function Zend_ProgressBar_Finish()
<div id="progressDone"></div>
</div>
</body>
</html>
</html>
1 change: 0 additions & 1 deletion demos/Zend/ProgressBar/ZendForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,3 @@ function finish()
</div>
</body>
</html>

2 changes: 1 addition & 1 deletion resources/languages/bg/Zend_Captcha.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@
"Empty captcha value" => "Непопълнена стойност на капча",
"Captcha ID field is missing" => "Липсващо капча ID поле",
"Captcha value is wrong" => "Стойността на капча е грешна",
);
);
2 changes: 1 addition & 1 deletion resources/languages/bg/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,4 +276,4 @@
// Zend_Validator_Uri
"Invalid type given. String expected" => "Зададен е невалиден тип данни. Очаква се стринг",
"The input does not appear to be a valid Uri" => "Въведената стойност не е валиден URI",
);
);
1 change: 0 additions & 1 deletion resources/languages/es/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,4 +262,3 @@
"'%value%' is less than %min% characters long" => "'%value%' tiene menos de '%min%' caracteres",
"'%value%' is more than %max% characters long" => "'%value%' tiene más de '%max%' caracteres",
);

2 changes: 1 addition & 1 deletion resources/languages/nl/Zend_Validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -276,4 +276,4 @@
// Zend_Validator_Uri
"Invalid type given. String expected" => "Ongeldig type opgegeven, waarde dient een string te zijn",
"The input does not appear to be a valid Uri" => "De input blijkt geen geldige Uri te zijn",
);
);

0 comments on commit 9f4d8fe

Please sign in to comment.