Completed
Pull Request — master (#264)
by Musa
01:48
created
src/SolutionProviders/UndefinedPropertySolutionProvider.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -89,6 +89,9 @@
 block discarded – undo
89 89
             })->first();
90 90
     }
91 91
 
92
+    /**
93
+     * @param string $class
94
+     */
92 95
     protected function getAvailableProperties($class): Collection
93 96
     {
94 97
         $class = new ReflectionClass($class);
Please login to merge, or discard this patch.