Passed
Push — master ( 7b7005...55ec05 )
by Brent
02:29
created
src/Brendt/Stitcher/Site/Meta/MetaCompiler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
         $this->addCompiler('_name', [$this, 'compileNamedMeta']);
25 25
     }
26 26
 
27
-    public function setDefaultMeta(Meta &$meta) {
27
+    public function setDefaultMeta(Meta & $meta) {
28 28
         foreach ($this->metaConfig as $name => $value) {
29 29
             $meta->name($name, $value);
30 30
         }
Please login to merge, or discard this patch.