Completed
Push — master ( 654c5d...c6e087 )
by Dorian
02:15
created
src/Gnutix/Library/Dumper/YamlLibraryDumper.php 1 patch
Unused Use Statements   -2 removed lines patch added patch discarded remove patch
@@ -3,10 +3,8 @@
 block discarded – undo
3 3
 namespace Gnutix\Library\Dumper;
4 4
 
5 5
 use Symfony\Component\Yaml\Dumper;
6
-
7 6
 use Gnutix\Library\LibraryDumperInterface;
8 7
 use Gnutix\Library\LibraryInterface;
9
-
10 8
 use Gnutix\Library\Model\Book;
11 9
 
12 10
 /**
Please login to merge, or discard this patch.
src/Gnutix/StarWarsLibrary/Dumper/YamlLibraryDumper.php 2 patches
Doc Comments   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -81,7 +81,7 @@
 block discarded – undo
81 81
     }
82 82
 
83 83
     /**
84
-     * @param string|int $dateInput
84
+     * @param integer $dateInput
85 85
      *
86 86
      * @return string
87 87
      */
Please login to merge, or discard this patch.
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Gnutix\Library\Dumper\YamlLibraryDumper as BaseYamlLibraryDumper;
6 6
 use Gnutix\Library\LibraryInterface;
7
-
8 7
 use Gnutix\Library\Model\Book;
9 8
 use Gnutix\StarWarsLibrary\Model\ChronologicalMarker;
10 9
 
Please login to merge, or discard this patch.
src/Gnutix/Library/Loader/YamlFileLoader.php 1 patch
Unused Use Statements   -1 removed lines patch added patch discarded remove patch
@@ -4,7 +4,6 @@
 block discarded – undo
4 4
 
5 5
 use Gnutix\Library\Dumper\YamlLibraryDumper as BaseYamlLibraryDumper;
6 6
 use Gnutix\Library\LibraryInterface;
7
-
8 7
 use Gnutix\Library\Model\Book;
9 8
 use Gnutix\StarWarsLibrary\Model\ChronologicalMarker;
10 9
 
Please login to merge, or discard this patch.