commit php-cs-fixer for openSUSE:Factory

2020-01-15 Thread root
Hello community,

here is the log from the commit of package php-cs-fixer for openSUSE:Factory 
checked in at 2020-01-15 16:15:27

Comparing /work/SRC/openSUSE:Factory/php-cs-fixer (Old)
 and  /work/SRC/openSUSE:Factory/.php-cs-fixer.new.30080 (New)


Package is "php-cs-fixer"

Wed Jan 15 16:15:27 2020 rev:4 rq:764442 version:2.16.1

Changes:

--- /work/SRC/openSUSE:Factory/php-cs-fixer/php-cs-fixer.changes
2019-06-05 11:46:57.406983858 +0200
+++ /work/SRC/openSUSE:Factory/.php-cs-fixer.new.30080/php-cs-fixer.changes 
2020-01-15 16:45:30.769190527 +0100
@@ -1,0 +2,161 @@
+Wed Jan  8 13:21:01 UTC 2020 - Alexei Sorokin 
+
+- Update to version 2.16.1:
+  * BlankLineAfterNamespaceFixer - do not remove indent, handle comments
+  * MethodArgumentSpaceFixer - fix for on_multiline:ensure_fully_multiline 
with trailing comma in function call
+  * FileLintingIterator - fix current value on end/invalid
+  * FunctionTypehintSpaceFixer - Ensure single space between type declaration 
and parameter
+  * MethodArgumentSpaceFixer - handle misplaced )
+  * NoLeadingImportSlashFixer - Add space if needed
+  * SimpleToComplexStringVariableFixer - Fix $ bug
+  * Fix preg_match error on 7.4snapshot
+  * IsNullFixer - fix null coalescing operator handling
+  * ToolInfo - fix access to reference without checking existence
+  * Fix non-static closure unbinding this on PHP 7.4
+  * Use Box 3 to build the PHAR
+  * PHP 7.4 - Tests for support
+  * DX: test that default config is not passed in RuleSet
+  * DX: test to ensure @PHPUnitMigration rule sets are correctly defined
+  * DX: static call of markTestSkippedOrFail
+  * Add apostrophe to possessive "team's"
+  * ReadmeCommandTest - use CommandTester
+  * DX: control names of public methods in test's classes
+  * NewWithBracesFixer - Fix object operator and curly brace open cases
+  * fix typos in README
+  * DX: Fix shell script syntax in order to fix Travis builds
+  * DX: Lock binary SCA tools versions
+  * Revert PHP7.4 - Add "str_split" => "mb_str_split" mapping
+  * DX: AutoReview - ensure Travis handle all needed PHP versions
+  * MethodArgumentSpaceFixerTest - make explicit configuration to prevent fail 
on configuration change
+  * IndentationTypeFixer - fix handling 2 spaces indent
+  * NoSuperfluousElseifFixer - fix invalid escape sequence in character class
+  * NoUnusedImports - Fix imports detected as used in namespaces
+  * PhpUnitNoExpectationAnnotationFixer - fix handling expect empty exception 
message
+  * HeredocIndentationFixer - remove whitespace in empty lines
+  * ClassKeywordRemoveFixer - fix for self,static and parent keywords
+  * TokensAnalyzer - handle nested anonymous classes
+  * CombineConsecutiveIssetsFixer - fix stop based on precedence
+  * Fix command exit code on lint error after fixing fix.
+  * FunctionsAnalyzer: fix for comment in type
+  * BracesFixer - handle dynamic static method call
+  * Braces - fix both single line comment styles
+  * PhpdocTypesOrderFixer - Prevent unexpected default value change
+  * Add PHPStan
+  * IncludeFixer - remove braces when the statement is wrapped in block
+  * Allow running if installed as project specific
+  * Verify PCRE pattern before use
+  * Remove superfluous leading backslash, closes 4520
+  * DX: ensure data providers are used
+  * Redo PHP7.4 - Add "str_split" => "mb_str_split" mapping
+  * DX: use PHIVE for dev tools
+  * Docs: update Cookbook
+  * Enhancement: Use default name property to configure command names
+  * DX: removing unnecessary variable initialization
+  * DX: use ::class whenever possible
+  * DX: travis_retry for dev-tools install
+  * Allow 7.4snapshot to fail due to a bug on it
+  * GitlabReporter - fix report output
+  * Move readme-update command to Section 3
+  * Update symfony ruleset
+  * Command::execute() should always return an integer
+  * Add suport for true/false return type hints.
+  * Increase PHPStan level to 1
+  * Fix deprecation notices
+  * Output details - Explain why a file was skipped
+  * Fix STDIN test when path is one level deep
+  * PhpdocToReturnType - Add support for Foo[][]
+  * Ensure compatibility with PHP 7.4 typed properties
+  * Import cannot be used after `::` so can be removed
+  * Ensure compatibility with PHP 7.4 numeric literal separator
+  * Fix PHP 7.4 deprecation notices
+  * Ensure compatibility with PHP 7.4 arrow functions
+  * Ensure compatibility with PHP 7.4 spread operator in array expression
+  * Ensure compatibility with PHP 7.4 null coalescing assignment operator
+  * Configure no_superfluous_phpdoc_tags for Symfony
+  * Travis CI - Update known files list
+  * Remove workaround for dev-tools install reg. Phive
+  * FunctionsAnalyzer - add "isTheSameClassCall" for correct verifying of 
function calls
+  * Add typed properties test to VisibilityRequiredFixerTest

commit php-cs-fixer for openSUSE:Factory

2019-06-05 Thread root
Hello community,

here is the log from the commit of package php-cs-fixer for openSUSE:Factory 
checked in at 2019-06-05 11:46:54

Comparing /work/SRC/openSUSE:Factory/php-cs-fixer (Old)
 and  /work/SRC/openSUSE:Factory/.php-cs-fixer.new.5148 (New)


Package is "php-cs-fixer"

Wed Jun  5 11:46:54 2019 rev:3 rq:707755 version:2.14.4

Changes:

--- /work/SRC/openSUSE:Factory/php-cs-fixer/php-cs-fixer.changes
2019-05-13 14:51:35.422947492 +0200
+++ /work/SRC/openSUSE:Factory/.php-cs-fixer.new.5148/php-cs-fixer.changes  
2019-06-05 11:46:57.406983858 +0200
@@ -1,0 +2,11 @@
+Sun Jun  2 10:11:17 UTC 2019 - suse+bu...@de-korte.org
+
+- Update to release 2.14.4
+  * bug #4418 PhpUnitNamespacedFixer - properly translate classes which
+do not follow translation pattern (ktomk)
+  * bug #4419 PhpUnitTestCaseStaticMethodCallsFixer - skip anonymous
+classes and lambda (SpacePossum)
+  * bug #4420 MethodArgumentSpaceFixer - PHP7.3 trailing commas in
+function calls (SpacePossum)
+
+---



Other differences:
--
++ php-cs-fixer.spec ++
--- /var/tmp/diff_new_pack.HsRNuZ/_old  2019-06-05 11:46:58.438983599 +0200
+++ /var/tmp/diff_new_pack.HsRNuZ/_new  2019-06-05 11:46:58.438983599 +0200
@@ -19,7 +19,7 @@
 %define package_name  PHP-CS-Fixer
 %global doc_version   2.14
 Name:   php-cs-fixer
-Version:2.14.3
+Version:2.14.4
 Release:0
 Summary:PHP Coding Standards Fixer
 License:MIT

++ README.rst ++
--- /var/tmp/diff_new_pack.HsRNuZ/_old  2019-06-05 11:46:58.482983588 +0200
+++ /var/tmp/diff_new_pack.HsRNuZ/_new  2019-06-05 11:46:58.482983588 +0200
@@ -46,7 +46,7 @@
 
 .. code-block:: bash
 
-$ wget 
https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.14.3/php-cs-fixer.phar
 -O php-cs-fixer
+$ wget 
https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.14.4/php-cs-fixer.phar
 -O php-cs-fixer
 
 or with curl:
 
@@ -1827,7 +1827,7 @@
 
 Instead of using command line options to customize the rule, you can save the
 project configuration in a ``.php_cs.dist`` file in the root directory of your 
project.
-The file must return an instance of `PhpCsFixer\\ConfigInterface 
`_
+The file must return an instance of `PhpCsFixer\\ConfigInterface 
`_
 which lets you configure the rules, the files and directories that
 need to be analyzed. You may also create ``.php_cs`` file, which is
 the local configuration that will be used instead of the project 
configuration. It


++ php-cs-fixer.phar ++
Binary files /var/tmp/diff_new_pack.HsRNuZ/_old and 
/var/tmp/diff_new_pack.HsRNuZ/_new differ

++ php-cs-fixer.phar.asc ++
Binary files /var/tmp/diff_new_pack.HsRNuZ/_old and 
/var/tmp/diff_new_pack.HsRNuZ/_new differ




commit php-cs-fixer for openSUSE:Factory

2019-05-13 Thread root
Hello community,

here is the log from the commit of package php-cs-fixer for openSUSE:Factory 
checked in at 2019-05-13 14:51:32

Comparing /work/SRC/openSUSE:Factory/php-cs-fixer (Old)
 and  /work/SRC/openSUSE:Factory/.php-cs-fixer.new.5148 (New)


Package is "php-cs-fixer"

Mon May 13 14:51:32 2019 rev:2 rq:702475 version:2.14.3

Changes:

--- /work/SRC/openSUSE:Factory/php-cs-fixer/php-cs-fixer.changes
2019-04-04 15:29:01.782935519 +0200
+++ /work/SRC/openSUSE:Factory/.php-cs-fixer.new.5148/php-cs-fixer.changes  
2019-05-13 14:51:35.422947492 +0200
@@ -1,0 +2,33 @@
+Mon May  6 16:01:37 UTC 2019 - suse+bu...@de-korte.org
+
+- Update to release 2.14.3
+  * bug #4298 NoTrailingWhitespaceInCommentFixer - fix for non-Unix
+line separators (kubawerlos)
+  * bug #4303 FullyQualifiedStrictTypesFixer - Fix the short type
+detection when a question mark (nullable) is prefixing it. (drupol)
+  * bug #4313 SelfAccessorFixer - fix for part qualified class name
+(kubawerlos, SpacePossum)
+  * bug #4314 PhpUnitTestCaseStaticMethodCallsFixer - fix for having
+property with name as method to update (kubawerlos, SpacePossum)
+  * bug #4316 NoUnsetCastFixer - Test for higher-precedence operators
+(SpacePossum)
+  * bug #4327 TokensAnalyzer - add concat operator to list of binary
+operators (SpacePossum)
+  * bug #4335 Cache - add indent and line ending to cache signature
+(dmvdbrugge)
+  * bug #4344 VoidReturnFixer - handle yield from (SpacePossum)
+  * bug #4346 BracesFixer - Do not pull close tag onto same line as a
+comment (SpacePossum)
+  * bug #4350 StrictParamFixer - Don't detect functions in use
+statements (bolmstedt)
+  * bug #4357 Fix short list syntax detection. (SpacePossum)
+  * bug #4365 Fix output escaping of diff for text format when line is
+not changed (SpacePossum)
+  * bug #4370 PhpUnitConstructFixer - Fix handle different casing
+(SpacePossum)
+  * bug #4379 ExplicitStringVariableFixer - add test case for variable
+as an array key (kubawerlos, Slamdunk)
+  * feature #4337 PhpUnitTestCaseStaticMethodCallsFixer - prepare for
+PHPUnit 8 (kubawerlos)
+
+---



Other differences:
--
++ php-cs-fixer.spec ++
--- /var/tmp/diff_new_pack.NVb8L4/_old  2019-05-13 14:51:36.126949265 +0200
+++ /var/tmp/diff_new_pack.NVb8L4/_new  2019-05-13 14:51:36.130949274 +0200
@@ -19,7 +19,7 @@
 %define package_name  PHP-CS-Fixer
 %global doc_version   2.14
 Name:   php-cs-fixer
-Version:2.14.2
+Version:2.14.3
 Release:0
 Summary:PHP Coding Standards Fixer
 License:MIT

++ README.rst ++
--- /var/tmp/diff_new_pack.NVb8L4/_old  2019-05-13 14:51:36.178949396 +0200
+++ /var/tmp/diff_new_pack.NVb8L4/_new  2019-05-13 14:51:36.178949396 +0200
@@ -46,7 +46,7 @@
 
 .. code-block:: bash
 
-$ wget 
https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.14.2/php-cs-fixer.phar
 -O php-cs-fixer
+$ wget 
https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.14.3/php-cs-fixer.phar
 -O php-cs-fixer
 
 or with curl:
 
@@ -1323,7 +1323,7 @@
 
 * **php_unit_namespaced** [@PHPUnit48Migration:risky, 
@PHPUnit50Migration:risky, @PHPUnit52Migration:risky, 
@PHPUnit54Migration:risky, @PHPUnit55Migration:risky, 
@PHPUnit56Migration:risky, @PHPUnit57Migration:risky, @PHPUnit60Migration:risky]
 
-  PHPUnit classes MUST be used in namespaced version, eg
+  PHPUnit classes MUST be used in namespaced version, e.g.
   ``\PHPUnit\Framework\TestCase`` instead of ``\PHPUnit_Framework_TestCase``.
 
   *Risky rule: risky when PHPUnit classes are overridden or not accessible, or 
when project has PHPUnit incompatibilities.*
@@ -1827,7 +1827,7 @@
 
 Instead of using command line options to customize the rule, you can save the
 project configuration in a ``.php_cs.dist`` file in the root directory of your 
project.
-The file must return an instance of `PhpCsFixer\\ConfigInterface 
`_
+The file must return an instance of `PhpCsFixer\\ConfigInterface 
`_
 which lets you configure the rules, the files and directories that
 need to be analyzed. You may also create ``.php_cs`` file, which is
 the local configuration that will be used instead of the project 
configuration. It
@@ -1944,22 +1944,22 @@
 $ if ! echo "${CHANGED_FILES}" | grep -qE 
"^(\\.php_cs(\\.dist)?|composer\\.lock)$"; then EXTRA_ARGS=$(printf -- 
'--path-mode=intersection\n--\n%s' "${CHANGED_FILES}"); else EXTRA_ARGS=''; fi
 $ vendor/bin/php-cs-fixer fix