Completed
Branch feature/issue-4 (b9afbe)
by Mikaël
04:44
created
Category
src/Element/PhpAnnotation.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -67,7 +67,7 @@
 block discarded – undo
67 67
         if (strlen($fullContent) > $this->getMaxLength()) {
68 68
             $content = explode(self::BREAK_LINE_CHAR, wordwrap($fullContent, $this->getMaxLength(), self::BREAK_LINE_CHAR, true));
69 69
         }
70
-        return array_map(function ($element) {
70
+        return array_map(function($element) {
71 71
             return sprintf(' %s', $element);
72 72
         }, $content);
73 73
     }
Please login to merge, or discard this patch.