Completed
Push — dev ( f675c6...058651 )
by Nicola
02:03
created
Category
src/Autotoc.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -89,7 +89,7 @@
 block discarded – undo
89 89
             Hacks::addCallbackMethodToInstance(
90 90
                 $owner,
91 91
                 'get'.$this->contentField(),
92
-                function () use ($owner) {
92
+                function() use ($owner) {
93 93
                     return $owner->getContentField();
94 94
                 }
95 95
             );
Please login to merge, or discard this patch.