Completed
Push — master ( 9a8393...cfb452 )
by Pavel
08:03 queued 10s
created
src/Grid/Columns/DataColumn.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -47,7 +47,7 @@
 block discarded – undo
47 47
     protected function checkConfiguration()
48 48
     {
49 49
         if ((!is_string($this->attribute) || empty($this->attribute)) && $this->value === null) {
50
-            throw new DataGridException('attribute or value property must be set for ' . static::class);
50
+            throw new DataGridException('attribute or value property must be set for '.static::class);
51 51
         }
52 52
     }
53 53
 
Please login to merge, or discard this patch.