Passed
Push — master ( b97c16...98e719 )
by Dawid
04:21
created
examples/custom_type_example.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -104,4 +104,4 @@
 block discarded – undo
104 104
 
105 105
 $track = $unitOfWork->get(Track::class, 1);
106 106
 
107
-$track->getComposer();// Instance of composer.
107
+$track->getComposer(); // Instance of composer.
Please login to merge, or discard this patch.
examples/custom_hydrator_example.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -125,4 +125,4 @@
 block discarded – undo
125 125
 
126 126
 $track = $unitOfWork->get(Track::class, 1);
127 127
 
128
-$track->getAlbum();// Unknown album.
128
+$track->getAlbum(); // Unknown album.
Please login to merge, or discard this patch.