Completed
Push — develop ( 7f4a0b...601ff8 )
by Arkadiusz
03:21
created
src/Phpml/FeatureExtraction/TokenCountVectorizer.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -85,7 +85,7 @@
 block discarded – undo
85 85
     /**
86 86
      * @param string $sample
87 87
      */
88
-    private function transformSample(string &$sample)
88
+    private function transformSample(string & $sample)
89 89
     {
90 90
         $counts = [];
91 91
         $tokens = $this->tokenizer->tokenize($sample);
Please login to merge, or discard this patch.