Completed
Push — master ( 3478cb...77f82c )
by Michal
21:25
created
vendor/phpspec/prophecy/spec/Prophecy/Doubler/Generator/ClassMirrorSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Contrib\Bundle\CoverallsV1Bundle\Collector;
3 3
 
4 4
 use Contrib\Component\System\Git\GitCommand;
5
-
6 5
 use Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Git;
7 6
 use Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Commit;
8 7
 use Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Remote;
Please login to merge, or discard this patch.
vendor/phpspec/prophecy/spec/Prophecy/Prediction/CallbackPredictionSpec.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -2,7 +2,6 @@
 block discarded – undo
2 2
 namespace Contrib\Bundle\CoverallsV1Bundle\Collector;
3 3
 
4 4
 use Contrib\Component\System\Git\GitCommand;
5
-
6 5
 use Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Git;
7 6
 use Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Commit;
8 7
 use Contrib\Bundle\CoverallsV1Bundle\Entity\Git\Remote;
Please login to merge, or discard this patch.
vendor/phpunit/phpunit/tests/_files/BankAccount.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -84,7 +84,7 @@
 block discarded – undo
84 84
      *
85 85
      * @param  integer $statements        Number of statements.
86 86
      * @param  integer $coveredStatements Number of covered statements.
87
-     * @return float
87
+     * @return integer
88 88
      */
89 89
     protected function calculateLineCoverage($statements, $coveredStatements)
90 90
     {
Please login to merge, or discard this patch.
vendor/psy/psysh/src/Psy/Command/ListCommand/ClassConstantEnumerator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
      *
81 81
      * @param array $properties
82 82
      *
83
-     * @return array
83
+     * @return \ReflectionClass
84 84
      */
85 85
     protected function prepareProperties(array $properties, $target = null)
86 86
     {
Please login to merge, or discard this patch.
vendor/psy/psysh/src/Psy/Command/ListCommand/MethodEnumerator.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
      *
81 81
      * @param array $properties
82 82
      *
83
-     * @return array
83
+     * @return \ReflectionClass
84 84
      */
85 85
     protected function prepareProperties(array $properties, $target = null)
86 86
     {
Please login to merge, or discard this patch.
vendor/psy/psysh/src/Psy/Command/WtfCommand.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1101,7 +1101,7 @@
 block discarded – undo
1101 1101
 
1102 1102
     /**
1103 1103
      * Returns MySQL column types (inherited and MySQL specified).
1104
-     * @return array
1104
+     * @return string[]
1105 1105
      */
1106 1106
     public function getColumnTypes()
1107 1107
     {
Please login to merge, or discard this patch.
vendor/cakephp/bake/src/Shell/BakeShell.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
      * @param  mixed                                        $other        Value or object to evaluate.
100 100
      * @param  string                                       $description  Additional information about the test
101 101
      * @param  bool                                         $returnResult Whether to return a result or throw an exception
102
-     * @return mixed
102
+     * @return boolean
103 103
      * @throws PHPUnit_Framework_ExpectationFailedException
104 104
      */
105 105
     public function evaluate($other, $description = '', $returnResult = false)
Please login to merge, or discard this patch.
vendor/cakephp/cakephp/src/Cache/Engine/FileEngine.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -436,7 +436,7 @@
 block discarded – undo
436 436
      * Generates a safe key for use with cache engine storage engines.
437 437
      *
438 438
      * @param string $key the key passed over
439
-     * @return mixed string $key or false
439
+     * @return false|string string $key or false
440 440
      */
441 441
     public function key($key)
442 442
     {
Please login to merge, or discard this patch.
vendor/cakephp/cakephp/src/Database/Dialect/SqlserverDialectTrait.php 1 patch
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -278,7 +278,7 @@
 block discarded – undo
278 278
      * Used by Cake\Schema package to reflect schema and
279 279
      * generate schema.
280 280
      *
281
-     * @return \Cake\Database\Schema\MysqlSchema
281
+     * @return SqlserverSchema
282 282
      */
283 283
     public function schemaDialect()
284 284
     {
Please login to merge, or discard this patch.